1 write to KeepAliveInterval
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
217KeepAliveInterval = 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,