HttpListenerTimeoutManager.RequestQueue 屬性

定義

取得或設定要求在 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分鐘。

適用於