共用方式為


Http2Limits.KeepAlivePingTimeout 屬性

定義

取得或設定 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

屬性值

適用於