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