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(); 205return _webSocketSettings;