2 references to CloseAsyncCore
System.Net.WebSockets.Client (2)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (2)
190
return
CloseAsyncCore
(closeStatus, statusDescription, false, cancellationToken);
200
return
CloseAsyncCore
(closeStatus, statusDescription, true, cancellationToken);