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