SettingsSection.Socket Propiedad

Definición

Obtiene el elemento de configuración que controla la configuración de los 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

Valor de propiedad

El elemento de configuración que controla la configuración de los sockets.

Atributos

Se aplica a

Consulte también