1 write to requestedSubProtocols
System (1)
net\System\Net\WebSockets\ClientWebSocket.cs (1)
414requestedSubProtocols = new List<string>();
3 references to requestedSubProtocols
System (3)
net\System\Net\WebSockets\ClientWebSocket.cs (3)
570foreach (string item in requestedSubProtocols) 578requestedSubProtocols.Add(subProtocol); 581internal IList<string> RequestedSubProtocols { get { return requestedSubProtocols; } }