Share via


SettingsSection.HttpListener 属性

定义

获取可控制 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

属性值

一个 HttpListenerElement 对象。

控制 HttpListener 对象使用的设置的配置元素。

属性

适用于

另请参阅