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