2 writes to KeepAliveInterval
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
217KeepAliveInterval = keepAliveInterval,
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
200KeepAliveInterval = options.KeepAliveInterval,
2 references to KeepAliveInterval
System.Net.WebSockets (2)
System\Net\WebSockets\ManagedWebSocket.cs (1)
205: this(stream, options.IsServer, options.SubProtocol, options.KeepAliveInterval, options.KeepAliveTimeout)
System\Net\WebSockets\WebSocketCreationOptions.cs (1)
51throw new ArgumentOutOfRangeException(nameof(KeepAliveInterval), value,