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