3 references to KeepAliveSentId
System.Net.WebSockets (3)
System\Net\WebSockets\NetEventSource.WebSockets.cs (3)
22
private const int KeepAliveAckedId =
KeepAliveSentId
+ 1;
45
[Event(
KeepAliveSentId
, Keywords = Keywords.Debug, Level = EventLevel.Informational)]
47
WriteEvent(
KeepAliveSentId
, objName, opcode, payload);