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