SettingsSection.Socket Eigenschap

Definitie

Hiermee haalt u het configuratie-element op waarmee de instellingen voor sockets worden gecontroleerd.

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

Waarde van eigenschap

Het configuratie-element waarmee de instellingen voor sockets worden bestuurd.

Kenmerken

Van toepassing op

Zie ook