ClassNetworkConnectionProxyState
Class
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
Constructors
NetworkConnectionProxyState()
Declaration
cs-api-definition
public NetworkConnectionProxyState()
Properties
ConnectionName
Gets or sets the connection name
ConnectionNamespace
Gets or sets the connection namespace
ProxySettings
Gets or sets the proxy settings
Declaration
cs-api-definition
public ProxySettings ProxySettings { get; set; }
Property Value