ClientWebSocketOptions.KeepAliveInterval 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.
Gets or sets the WebSocket protocol keep-alive interval.
public:
 property TimeSpan KeepAliveInterval { TimeSpan get(); void set(TimeSpan value); };[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public TimeSpan KeepAliveInterval { get; set; }public TimeSpan KeepAliveInterval { get; set; }[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.KeepAliveInterval : TimeSpan with get, setmember this.KeepAliveInterval : TimeSpan with get, setPublic Property KeepAliveInterval As TimeSpanProperty Value
The WebSocket protocol keep-alive interval.
- Attributes