SettingsSection.Socket Propriété

Définition

Obtient l'élément de configuration qui contrôle les paramètres pour les 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

Valeur de propriété

Élément de configuration qui contrôle les paramètres pour les sockets.

Attributs

S’applique à

Voir aussi