4 references to Created
System.Net.WebSockets.Client (4)
System\Net\WebSockets\ClientWebSocket.cs (4)
20
_state = InternalState.
Created
;
44
case InternalState.
Created
:
108
switch (Interlocked.CompareExchange(ref _state, InternalState.Connecting, InternalState.
Created
))
113
case InternalState.
Created
: