3 writes to _webSocketSettings
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
45
_webSocketSettings
= HttpTransportDefaults.GetDefaultWebSocketTransportSettings();
65
_webSocketSettings
= elementToBeCloned._webSocketSettings.Clone();
209
_webSocketSettings
= value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
2 references to _webSocketSettings
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
65
_webSocketSettings = elementToBeCloned.
_webSocketSettings
.Clone();
205
return
_webSocketSettings
;