ClientWebSocketOptions.KeepAliveTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
等候對等 PONG 以回應我們傳送 PING 時所要使用的逾時:或 Zero 或 InfiniteTimeSpan 停用等候對等回應,並改為使用未經請求的 PONG 作為 Keep-Alive 活動訊號。
預設值為 InfiniteTimeSpan。
public:
property TimeSpan KeepAliveTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public TimeSpan KeepAliveTimeout { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.KeepAliveTimeout : TimeSpan with get, set
Public Property KeepAliveTimeout As TimeSpan
屬性值
- 屬性