DisableSocketProxyDetection Parameter

 Applet: DownloadClient and UploadClient
 Description: When DisableSocketProxyDetection is set to 0, JFile will detect the browser's proxy settings, and send and receive data through the proxy server (is there is one). By default DisableSocketProxyDetection is set to 1.

Use DisableSocketProxyDetection with socket connection. URLConnection will detect the proxy settings automatically. See URLConnection and Sockets.

If proxy detection is enabled, JFile will connect to all URLs through the detected proxy. Within the browser settings, you can specify that certain URLs should not be accessed through the proxy. JFile does not support this exception list.

See also, EnableSocketProxyDetection.

 Example: <param name="DisableSocketProxyDetection" value="0">