Condividi tramite


SettingsSection.HttpListener Proprietà

Definizione

Ottiene l'elemento di configurazione che controlla le impostazioni utilizzate da un oggetto 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

Valore della proprietà

Oggetto HttpListenerElement.

Elemento di configurazione che controlla le impostazioni utilizzate da un oggetto HttpListener.

Attributi

Si applica a

Vedi anche