Class
NetworkConnectionProxyState

This class is used to hold a tuple of a network connection name and its proxy settings

Definition

Namespace:Telerik.NetworkConnections

Assembly:Telerik.NetworkConnections.dll

Syntax:

cs-api-definition
public class NetworkConnectionProxyState

Inheritance: objectNetworkConnectionProxyState

Inherited Members object.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Constructors

NetworkConnectionProxyState()

Declaration

cs-api-definition
public NetworkConnectionProxyState()

Properties

ConnectionName

Gets or sets the connection name

Declaration

cs-api-definition
public string ConnectionName { get; set; }

Property Value

string

ConnectionNamespace

Gets or sets the connection namespace

Declaration

cs-api-definition
public string ConnectionNamespace { get; set; }

Property Value

string

ProxySettings

Gets or sets the proxy settings

Declaration

cs-api-definition
public ProxySettings ProxySettings { get; set; }

Property Value

ProxySettings