Compartilhar via


SettingsSection.HttpListener Propriedade

Definição

Obtém o elemento de configuração que controla as configurações usadas por um objeto HttpListener.

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

Valor da propriedade

Um objeto HttpListenerElement.

O elemento de configuração que controla as configurações usadas por um HttpListener objeto .

Atributos

Aplica-se a

Confira também