HttpListenerTimeoutsElement.RequestQueue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要求在 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 擷取它之前保留於要求佇列中的允許時間,以秒為單位。
- 屬性