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)
89if (_closeStatus != null) 91return _closeStatus; 488switch (_closeStatus ?? WebSocketCloseStatus.NormalClosure) 492return new WebSocketReceiveResult(count, messageType, isEnd, _closeStatus, _closeStatusDescription); 503throw new WebSocketException(WebSocketError.NativeError, (int)_closeStatus!.Value, _closeStatusDescription); 609if (!_disposed && _closeStatus == null) 621if (closeStatus != null && _closeStatus == null) 625return _closeStatus;