1 write to m_KeepAliveInterval
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
2243m_KeepAliveInterval = keepAliveInterval;
5 references to m_KeepAliveInterval
System (5)
net\System\Net\WebSockets\WebSocketBase.cs (5)
2260ResetTimer((int)m_KeepAliveInterval.TotalMilliseconds); 2268int keepAliveIntervalMilliseconds = (int)m_KeepAliveInterval.TotalMilliseconds; 2297if (idleTime >= m_KeepAliveInterval) 2302ResetTimer((int)(m_KeepAliveInterval - idleTime).TotalMilliseconds); 2336return m_KeepAliveInterval;