Class
SystemProxyInfo

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 object.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

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

ProxySettings

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

NetworkConnectionProxyState[]