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