2 writes to KeepAliveTimeout
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
218KeepAliveTimeout = keepAliveTimeout,
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
201KeepAliveTimeout = options.KeepAliveTimeout,
3 references to KeepAliveTimeout
System.Net.WebSockets (3)
System\Net\WebSockets\ManagedWebSocket.cs (1)
205: this(stream, options.IsServer, options.SubProtocol, options.KeepAliveInterval, options.KeepAliveTimeout)
System\Net\WebSockets\WebSocketCreationOptions.cs (2)
40/// If <see cref="WebSocketCreationOptions.KeepAliveTimeout"/> is set, then PING messages are sent and peer's PONG responses are expected, otherwise, 70throw new ArgumentOutOfRangeException(nameof(KeepAliveTimeout), value,