3 references to ReceiveStartId
System.Net.WebSockets (3)
System\Net\WebSockets\NetEventSource.WebSockets.cs (3)
30
private const int ReceiveStopId =
ReceiveStartId
+ 1;
127
[Event(
ReceiveStartId
, Keywords = Keywords.Debug, Level = EventLevel.Informational)]
129
WriteEvent(
ReceiveStartId
, objName, memberName, bufferLength);