1 write to WebSocketSettings
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
230
this.
WebSocketSettings
= source.WebSocketSettings;
3 references to WebSocketSettings
System.ServiceModel (3)
System\ServiceModel\Configuration\HttpTransportElement.cs (3)
202
this.
WebSocketSettings
.ApplyConfiguration(binding.WebSocketSettings);
230
this.WebSocketSettings = source.
WebSocketSettings
;
259
this.
WebSocketSettings
.InitializeFrom(source.WebSocketSettings);