2 writes to _aborted
System.Net.WebSockets.Client (2)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (2)
218
_aborted
= true;
258
self.
_aborted
= true;
7 references to _aborted
System.Net.WebSockets.Client (7)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (7)
93
if (_disposed ||
_aborted
|| _cancelled)
112
if (_disposed ||
_aborted
|| _cancelled)
207
if (_disposed ||
_aborted
)
256
if (self._shouldAbort && !self.
_aborted
)
322
if (
_aborted
)
350
if (
_aborted
)
516
if (
_aborted
)