Share via


HttpListenerElement.Timeouts プロパティ

定義

HttpListener オブジェクトで使用する既定のタイムアウト要素を取得します。

public:
 property System::Net::Configuration::HttpListenerTimeoutsElement ^ Timeouts { System::Net::Configuration::HttpListenerTimeoutsElement ^ get(); };
[System.Configuration.ConfigurationProperty("timeouts")]
public System.Net.Configuration.HttpListenerTimeoutsElement Timeouts { get; }
[<System.Configuration.ConfigurationProperty("timeouts")>]
member this.Timeouts : System.Net.Configuration.HttpListenerTimeoutsElement
Public ReadOnly Property Timeouts As HttpListenerTimeoutsElement

プロパティ値

HttpListener オブジェクトが使用するタイムアウト要素です。

属性

適用対象

こちらもご覧ください