SettingsSection.HttpListener Vlastnost

Definice

Získá konfigurační prvek, který řídí nastavení používané objektem 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

Hodnota vlastnosti

Objekt HttpListenerElement.

Konfigurační prvek, který řídí nastavení používaná objektem HttpListener .

Atributy

Platí pro

Viz také