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