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