Поделиться через


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.

Атрибуты

Применяется к

См. также раздел