1 write to _requestedSubProtocols
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
85internal List<string> RequestedSubProtocols => _requestedSubProtocols ??= new List<string>();
3 references to _requestedSubProtocols
System.Net.WebSockets.Client (3)
System\Net\WebSockets\WebSocketHandle.Managed.cs (3)
156if (options._requestedSubProtocols is not null) 158foreach (string requestedProtocol in options._requestedSubProtocols) 402if (options._requestedSubProtocols?.Count > 0)