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)
132
private readonly
KeepAlivePingState
? _keepAlivePingState;
1190
&& header.PayloadLength ==
KeepAlivePingState
.PingPayloadSize;