Compartilhar via


SettingsSection.Socket Propriedade

Definição

Obtém o elemento de configuração que controla as configurações de soquetes.

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 da propriedade

O elemento de configuração que controla as configurações de soquetes.

Atributos

Aplica-se a

Confira também