Click or drag to resize
WinINETProxyInfo Class
Wrapper for WinINET proxy configuration APIs
Inheritance Hierarchy
SystemObject
  FiddlerWinINETProxyInfo

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public class WinINETProxyInfo

The WinINETProxyInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFromNamedConnection
Gathers proxy information from a named connection.
Public methodStatic memberCreateFromStrings
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFromWinINET
Fills this WinINETProxyInfo instance with settings from specified WinINET connection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Get a string describing the proxy settings
(Overrides ObjectToString.)
Top
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