4 references to WebSocketSettings
System.ServiceModel (4)
System\ServiceModel\Configuration\NetHttpBindingElement.cs (2)
68
this.WebSocketSettings.InitializeFrom(netHttpBinding.
WebSocketSettings
);
79
this.WebSocketSettings.ApplyConfiguration(netHttpBinding.
WebSocketSettings
);
System\ServiceModel\NetHttpBinding.cs (2)
302
this.
WebSocketSettings
.TransportUsage = NetHttpBindingDefaults.TransportUsage;
303
this.
WebSocketSettings
.SubProtocol = WebSocketTransportSettings.SoapSubProtocol;