2 writes to webSocketSettings
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
44
this.
webSocketSettings
= channelListener.WebSocketSettings;
55
this.
webSocketSettings
= channelFactory.WebSocketSettings;
1 reference to webSocketSettings
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
79
get { return this.
webSocketSettings
; }