SettingsSection.Socket Property

Definition

Gets the configuration element that controls settings for sockets.

public:
 property System::Net::Configuration::SocketElement ^ Socket { System::Net::Configuration::SocketElement ^ get(); };
[System.Configuration.ConfigurationProperty("socket")]
public System.Net.Configuration.SocketElement Socket { get; }
[<System.Configuration.ConfigurationProperty("socket")>]
member this.Socket : System.Net.Configuration.SocketElement
Public ReadOnly Property Socket As SocketElement

Property Value

The configuration element that controls settings for sockets.

Attributes

Applies to

See also