2 references to GetDefaultWebSocketTransportSettings
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
66
this.webSocketSettings = HttpTransportDefaults.
GetDefaultWebSocketTransportSettings
();
962
return !this.WebSocketSettings.Equals(HttpTransportDefaults.
GetDefaultWebSocketTransportSettings
());