2 references to ParsedSubprotocols
System.ServiceModel (2)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (2)
83foreach (string protocol in subprotocolParseResult.ParsedSubprotocols) 95SR.GetString(SR.WebSocketInvalidProtocolNotInClientList, this.subProtocol, string.Join(", ", subprotocolParseResult.ParsedSubprotocols))));