SettingsSection::HttpListener Property
.NET Framework (current version)
Gets the configuration element that controls the settings used by an HttpListener object.
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
Available since 4.0
Show: