ClassSystemProxyInfo
Class
Holds information about the proxy settings Fiddler set and the original proxy settings state for all active network connections
Definition
Namespace:Telerik.NetworkConnections
Assembly:Telerik.NetworkConnections.dll
Syntax:
cs-api-definition
public class SystemProxyInfo
Inheritance: objectSystemProxyInfo
Inherited Members
Constructors
SystemProxyInfo()
Declaration
cs-api-definition
public SystemProxyInfo()
Properties
FiddlerSettings
Contains the Fiddler settings we've set when attaching as a system proxy
Declaration
cs-api-definition
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
cs-api-definition
public NetworkConnectionProxyState[] SystemSettingsBeforeFiddler { get; set; }
Property Value