3 references to RequestedSubProtocols
System.Net.WebSockets.Client (3)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
164List<string> subprotocols = RequestedSubProtocols; // force initialization of the list
System\Net\WebSockets\WebSocketHandle.Managed.cs (2)
172SR.Format(SR.net_WebSockets_AcceptUnsupportedProtocol, string.Join(", ", options.RequestedSubProtocols), string.Join(", ", subprotocolArray))); 404request.Headers.TryAddWithoutValidation(HttpKnownHeaderNames.SecWebSocketProtocol, string.Join(", ", options.RequestedSubProtocols));