3 references to SendStartId
System.Net.WebSockets (3)
System\Net\WebSockets\NetEventSource.WebSockets.cs (3)
33
private const int SendStopId =
SendStartId
+ 1;
153
[Event(
SendStartId
, Keywords = Keywords.Debug, Level = EventLevel.Verbose)]
155
WriteEvent(
SendStartId
, objName, memberName, opcode, bufferLength);