HttpListenerTimeoutManager 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要用於 HttpListener 物件的逾時管理員。
public ref class HttpListenerTimeoutManager
public class HttpListenerTimeoutManager
type HttpListenerTimeoutManager = class
Public Class HttpListenerTimeoutManager
- 繼承
-
HttpListenerTimeoutManager
備註
逾時管理員會定義 實例的連接 HttpListener 逾時限制。
屬性
DrainEntityBody |
取得或設定 HttpListener 在持續連線上清空實體內容的允許時間。 |
EntityBody |
取得或設定要求實體內容到達的允許時間。 |
HeaderWait |
取得或設定 HttpListener 剖析要求標頭的允許時間。 |
IdleConnection |
取得或設定閒置連接的允許時間。 |
MinSendBytesPerSecond |
取得或設定回應的最小傳送速率,以每秒位元組數為單位。 |
RequestQueue |
取得或設定要求在 HttpListener 擷取它之前保留於要求佇列中的允許時間。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |