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