SettingsSection.HttpListener Propriété

Définition

Obtient l'élément de configuration qui contrôle les paramètres utilisés par un objet 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

Valeur de propriété

Objet HttpListenerElement.

Élément de configuration qui contrôle les paramètres utilisés par un objet HttpListener.

Attributs

S’applique à

Voir aussi