5 references to RequestedSubProtocols
System (5)
net\System\Net\WebSockets\ClientWebSocket.cs (5)
228if (options.RequestedSubProtocols.Count > 0) 231string.Join(", ", options.RequestedSubProtocols)); 300if (!string.IsNullOrWhiteSpace(subProtocol) && options.RequestedSubProtocols.Count > 0) 303foreach (string requestedSubProtocol in options.RequestedSubProtocols) 314string.Join(", ", options.RequestedSubProtocols), subProtocol));