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 擷取它之前保留於要求佇列中的允許時間,以秒為單位。

屬性

適用於

另請參閱