Whether to autodetect proxy settings. @return true if set to autodetect proxy settings, false otherwise
()
| 194 | * @return true if set to autodetect proxy settings, false otherwise |
| 195 | */ |
| 196 | public boolean isAutodetect() { |
| 197 | return autodetect; |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * Specifies whether to autodetect proxy settings. |
no outgoing calls