2 references to KeepAliveTimeout
System.Net.WebSockets.Client (2)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
177/// If <see cref="ClientWebSocketOptions.KeepAliveTimeout"/> is set, then PING messages are sent and peer's PONG responses are expected, otherwise,
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
201KeepAliveTimeout = options.KeepAliveTimeout,