SettingsSection::HttpListener Property

.NET Framework (current version)
 

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

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("httpListener")]
property HttpListenerElement^ HttpListener {
	HttpListenerElement^ get();
}

Property Value

Type: System.Net.Configuration::HttpListenerElement^

An HttpListenerElement object.

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

.NET Framework
Available since 4.0
Return to top
Show: