Class NetworkConnectionProxyState
This class is used to hold a tuple of a network connection name and its proxy settings
Inheritance
System.Object
NetworkConnectionProxyState
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public class NetworkConnectionProxyState : Object
Constructors
NetworkConnectionProxyState()
Declaration
public NetworkConnectionProxyState()
Properties
ConnectionName
Gets or sets the connection name
Declaration
public string ConnectionName { get; set; }
Property Value
System.
|
ConnectionNamespace
Gets or sets the connection namespace
Declaration
public string ConnectionNamespace { get; set; }
Property Value
System.
|
ProxySettings
Gets or sets the proxy settings
Declaration
public ProxySettings ProxySettings { get; set; }