HttpListenerTimeoutManager.RequestQueue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要求在 HttpListener 擷取它之前保留於要求佇列中的允許時間。
public:
property TimeSpan RequestQueue { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RequestQueue { get; [System.Runtime.Versioning.SupportedOSPlatform("windows")] set; }
public TimeSpan RequestQueue { get; set; }
[<set: System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.RequestQueue : TimeSpan with get, set
member this.RequestQueue : TimeSpan with get, set
Public Property RequestQueue As TimeSpan
屬性值
要求在挑選要求之前 HttpListener ,允許在要求佇列中保留的時間。
- 屬性
備註
此屬性的預設值為2分鐘。