| WinINETProxyInfo Properties |
The WinINETProxyInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| bAllowDirect |
TRUE if a direct HTTP connection may be made if AutoProxy/PAC is unreachable or corrupt
| |
| bAutoDetect |
Bool indicating whether this connection is set to autodetect the proxy
| |
| bBypassIntranetHosts |
True if the proxy should be bypassed for dotless hostnames.
NOTE: Simply looks at the bypassList string to see if it contains a LOCAL rule.
| |
| bUseManualProxies |
TRUE if manually-specified proxy should be used.
| |
| sFtpProxy |
String representing the endpoint of the proxy for FTP-traffic, if configured
| |
| sHostsThatBypass |
Semi-colon delimited list of hostnames that should bypass the fixed proxy
| |
| sHttpProxy |
String representing the endpoint of the proxy for HTTP-traffic, if configured
| |
| sHttpsProxy |
String representing the endpoint of the proxy for HTTPS-traffic, if configured
| |
| sPACScriptLocation |
Returns a string pointing to the ProxyAutoConfig script, or null if there is no such URL or it is not enabled
| |
| sSocksProxy |
String representing the endpoint of the proxy for SOCKS-traffic, if configured
|