HttpListenerTimeoutManager.DrainEntityBody 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 HttpListener 在持續連線上清空實體內容的允許時間。
public:
property TimeSpan DrainEntityBody { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan DrainEntityBody { get; set; }
member this.DrainEntityBody : TimeSpan with get, set
Public Property DrainEntityBody As TimeSpan
屬性值
允許 HttpListener 在 Keep-Alive 連線上清空實體主體的時間。
備註
此屬性的預設值為2分鐘。
在 Keep-Alive 連線上,應用程式已傳送要求的回應,並在要求實體主體完全抵達之前, HttpListener 開始清空實體主體的其餘部分,以從用戶端到達另一個可能的管線要求。 如果清空剩餘實體主體的時間超過允許的期間,聯機會逾時。