WinINETProxyInfo Class |
Namespace: Fiddler
The WinINETProxyInfo type exposes the following members.
Name | Description | |
---|---|---|
CreateFromNamedConnection |
Gathers proxy information from a named connection.
| |
CreateFromStrings | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFromWinINET |
Fills this WinINETProxyInfo instance with settings from specified WinINET connection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Get a string describing the proxy settings
(Overrides ObjectToString.) |
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
|