3 references to ReceiveStopId
System.Net.WebSockets (3)
System\Net\WebSockets\NetEventSource.WebSockets.cs (3)
32
private const int SendStartId =
ReceiveStopId
+ 1;
131
[Event(
ReceiveStopId
, Keywords = Keywords.Debug, Level = EventLevel.Informational)]
133
WriteEvent(
ReceiveStopId
, objName, memberName);