1 instantiation of KeepAlivePingState
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
174_keepAlivePingState = new KeepAlivePingState(keepAliveInterval, keepAliveTimeout, this);
2 references to KeepAlivePingState
System.Net.WebSockets (2)
System\Net\WebSockets\ManagedWebSocket.cs (2)
132private readonly KeepAlivePingState? _keepAlivePingState; 1186&& header.PayloadLength == KeepAlivePingState.PingPayloadSize;