HttpListenerTimeoutManager.IdleConnection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定閒置連接的允許時間。
public:
property TimeSpan IdleConnection { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan IdleConnection { get; set; }
member this.IdleConnection : TimeSpan with get, set
Public Property IdleConnection As TimeSpan
屬性值
閑置連線所允許的時間。
備註
此屬性的預設值為2分鐘。
只有在連線上的第一個要求路由傳送至 HttpListener之後,才會強制執行此逾時。
在剖析標頭之前,系統無法判斷要求相關聯的要求佇列或 URL 群組。 因此,會在 HttpListener 連線上針對第一個要求強制執行預設 IdleConnection 定時器。 Keep-Alive 連線上的後續要求將會使用此屬性上設定的值。