WebSocketOptions.KeepAliveTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The time to wait for a Pong frame response after sending a Ping frame. If the time is exceeded the websocket will be aborted.
public TimeSpan KeepAliveTimeout { get; set; }
member this.KeepAliveTimeout : TimeSpan with get, set
Public Property KeepAliveTimeout As TimeSpan
Property Value
Exceptions
Remarks
Default value is InfiniteTimeSpan. InfiniteTimeSpan and Zero will disable the timeout.