1 write to WebSocketSettings
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
31WebSocketSettings = channelFactory.WebSocketSettings;
3 references to WebSocketSettings
System.ServiceModel.Http (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (3)
129string requested = WebSocketSettings.SubProtocol; 171if (WebSocketSettings.SubProtocol != null) 173clientWebSocket.Options.AddSubProtocol(WebSocketSettings.SubProtocol);