3 writes to _webSocketSettings
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
54_webSocketSettings = HttpTransportDefaults.GetDefaultWebSocketTransportSettings(); 79_webSocketSettings = elementToBeCloned._webSocketSettings.Clone(); 315_webSocketSettings = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
2 references to _webSocketSettings
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
79_webSocketSettings = elementToBeCloned._webSocketSettings.Clone(); 311return _webSocketSettings;