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