4 references to responseStatus
System.Net.WebSockets.Client (4)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (4)
304Memory<int> responseMemory = new Memory<int>(responseStatus); 473bool isEnd = responseStatus[endIndex] != 0; 476messageType = (WebSocketMessageType)responseStatus[typeIndex]; 477count = responseStatus[countIndex];