共用方式為


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 物件所使用的設定。

屬性

適用於

另請參閱