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