3 writes to webSocketSettings
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
66this.webSocketSettings = HttpTransportDefaults.GetDefaultWebSocketTransportSettings(); 92this.webSocketSettings = elementToBeCloned.webSocketSettings.Clone(); 421this.webSocketSettings = value;
2 references to webSocketSettings
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
92this.webSocketSettings = elementToBeCloned.webSocketSettings.Clone(); 413return this.webSocketSettings;