Whether to autodetect proxy settings. @return true if set to autodetect proxy settings, false otherwise
()
| 188 | * @return true if set to autodetect proxy settings, false otherwise |
| 189 | */ |
| 190 | public boolean isAutodetect() { |
| 191 | return autodetect; |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * Specifies whether to autodetect proxy settings. |
no outgoing calls