Share via


SettingsSection.HttpListener Propiedad

Definición

Obtiene el elemento de configuración que controla los valores que usa un 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 de propiedad

Un objeto HttpListenerElement.

El elemento de configuración que controla los valores que usa un objeto HttpListener.

Atributos

Se aplica a

Consulte también