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