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 オブジェクトが使用する設定を制御する構成要素。

属性

適用対象

こちらもご覧ください