2 references to RequestedSubProtocols
System.Net.WebSockets.Client (2)
System\Net\WebSockets\BrowserWebSockets\ClientWebSocketOptions.cs (1)
104List<string> subprotocols = RequestedSubProtocols; // force initialization of the list
System\Net\WebSockets\WebSocketHandle.Browser.cs (1)
43return ws.ConnectAsync(uri, options.RequestedSubProtocols, cancellationToken);