Http2Limits.KeepAlivePingTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 keep alive ping 逾時。 當非活動期間超過設定 KeepAlivePingDelay 的值時,就會傳送保持作用中的 Ping。 如果伺服器未在逾時內收到任何畫面格,伺服器將會關閉連線。
逾時必須大於或等於 1 秒。 設定為 MaxValue 以停用保持運作 Ping 逾時。 預設值為 20 秒。
public:
property TimeSpan KeepAlivePingTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan KeepAlivePingTimeout { get; set; }
member this.KeepAlivePingTimeout : TimeSpan with get, set
Public Property KeepAlivePingTimeout As TimeSpan