3 references to CloseStartId
System.Net.WebSockets (3)
System\Net\WebSockets\NetEventSource.WebSockets.cs (3)
31
private const int CloseStopId =
CloseStartId
+ 1;
105
[Event(
CloseStartId
, Keywords = Keywords.Debug, Level = EventLevel.Verbose)]
107
WriteEvent(
CloseStartId
, objName, memberName);