1 write to responseStatusHandle
System.Net.WebSockets.Client (1)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (1)
306
responseStatusHandle
= responseMemory.Pin();
2 references to responseStatusHandle
System.Net.WebSockets.Client (2)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (2)
267
self.
responseStatusHandle
?.Dispose();
307
_innerWebSocket = BrowserInterop.UnsafeCreate(uri.ToString(), subProtocols,
responseStatusHandle
.Value);