2 references to DefaultKeepAliveInterval
System.Net.HttpListener (1)
System\Net\HttpListenerContext.cs (1)
27
return AcceptWebSocketAsync(subProtocol, HttpWebSocket.DefaultReceiveBufferSize, WebSocket.
DefaultKeepAliveInterval
);
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
179
/// The default is <see cref="WebSocket.
DefaultKeepAliveInterval
"/> (typically 30 seconds).