Modifier

SettingsSection.HttpListener Property

Definition

Gets the configuration element that controls the settings used by an HttpListener object.

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

Property Value

An HttpListenerElement object.

The configuration element that controls the settings used by an HttpListener object.

Attributes

Applies to

See also