Click or drag to resize
WinINETProxyInfo Properties

The WinINETProxyInfo type exposes the following members.

Properties
  NameDescription
Public propertybAllowDirect
TRUE if a direct HTTP connection may be made if AutoProxy/PAC is unreachable or corrupt
Public propertybAutoDetect
Bool indicating whether this connection is set to autodetect the proxy
Public propertybBypassIntranetHosts
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.
Public propertybUseManualProxies
TRUE if manually-specified proxy should be used.
Public propertysFtpProxy
String representing the endpoint of the proxy for FTP-traffic, if configured
Public propertysHostsThatBypass
Semi-colon delimited list of hostnames that should bypass the fixed proxy
Public propertysHttpProxy
String representing the endpoint of the proxy for HTTP-traffic, if configured
Public propertysHttpsProxy
String representing the endpoint of the proxy for HTTPS-traffic, if configured
Public propertysPACScriptLocation
Returns a string pointing to the ProxyAutoConfig script, or null if there is no such URL or it is not enabled
Public propertysSocksProxy
String representing the endpoint of the proxy for SOCKS-traffic, if configured
Top
See Also