2 writes to _closeStatus
System.Net.WebSockets.Client (2)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (2)
528
_closeStatus
= closeStatus;
623
_closeStatus
= closeStatus;
8 references to _closeStatus
System.Net.WebSockets.Client (8)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (8)
89
if (
_closeStatus
!= null)
91
return
_closeStatus
;
488
switch (
_closeStatus
?? WebSocketCloseStatus.NormalClosure)
492
return new WebSocketReceiveResult(count, messageType, isEnd,
_closeStatus
, _closeStatusDescription);
503
throw new WebSocketException(WebSocketError.NativeError, (int)
_closeStatus
!.Value, _closeStatusDescription);
609
if (!_disposed &&
_closeStatus
== null)
621
if (closeStatus != null &&
_closeStatus
== null)
625
return
_closeStatus
;