Class SystemProxyInfo
Holds information about the proxy settings Fiddler set and the original proxy settings state for all active network connections
Inheritance
System.Object
SystemProxyInfo
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public class SystemProxyInfo : Object
Constructors
SystemProxyInfo()
Declaration
public SystemProxyInfo()
Properties
FiddlerSettings
Contains the Fiddler settings we've set when attaching as a system proxy
Declaration
public ProxySettings FiddlerSettings { get; set; }
Property Value
SystemSettingsBeforeFiddler
Contains the state for all active connections before we new it with the Fiddler Proxy settings
Declaration
public NetworkConnectionProxyState[] SystemSettingsBeforeFiddler { get; set; }