2 writes to defaultKeepAliveInterval
System (2)
net\System\Net\WebSockets\WebSocket.cs (2)
37defaultKeepAliveInterval = WebSocketProtocolComponent.WebSocketGetDefaultKeepAliveInterval(); 41defaultKeepAliveInterval = Timeout.InfiniteTimeSpan;
2 references to defaultKeepAliveInterval
System (2)
net\System\Net\WebSockets\WebSocket.cs (2)
33if (defaultKeepAliveInterval == null) 44return defaultKeepAliveInterval.Value;