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