HttpListenerTimeoutsElement.RequestQueue プロパティ

定義

HttpListener が要求をピック アップする前に、要求が要求キューの中にとどまることを許容される秒単位の時間を取得します。

public:
 property TimeSpan RequestQueue { TimeSpan get(); };
[System.Configuration.ConfigurationProperty("requestQueue", DefaultValue=0, IsRequired=false)]
public TimeSpan RequestQueue { get; }
[<System.Configuration.ConfigurationProperty("requestQueue", DefaultValue=0, IsRequired=false)>]
member this.RequestQueue : TimeSpan
Public ReadOnly Property RequestQueue As TimeSpan

プロパティ値

HttpListener が要求をピック アップする前に、要求が要求キューの中にとどまることを許容される秒単位の時間です。

属性

適用対象

こちらもご覧ください