6 references to WebSocketSettings
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
466
if (channelType == typeof(IRequestChannel) && this.
WebSocketSettings
.TransportUsage == WebSocketTransportUsage.Always)
473
this.
WebSocketSettings
.TransportUsage)));
478
if (this.
WebSocketSettings
.TransportUsage == WebSocketTransportUsage.Never)
485
this.
WebSocketSettings
.TransportUsage)));
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
54
Fx.Assert(channelFactory.
WebSocketSettings
!= null, "channelFactory.WebSocketTransportSettings should not be null.");
55
this.webSocketSettings = channelFactory.
WebSocketSettings
;