3 writes to _webSocketSettings
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
57
_webSocketSettings
= HttpTransportDefaults.GetDefaultWebSocketTransportSettings();
79
_webSocketSettings
= elementToBeCloned._webSocketSettings.Clone();
347
_webSocketSettings
= value;
2 references to _webSocketSettings
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
79
_webSocketSettings = elementToBeCloned.
_webSocketSettings
.Clone();
339
return
_webSocketSettings
;