3 writes to KeepAliveEnabled
Binding.Http.IntegrationTests (1)
BasicHttpBindingTests.4.0.0.cs (1)
74httpElement.KeepAliveEnabled = false;
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
42KeepAliveEnabled = HttpTransportDefaults.KeepAliveEnabled; 66KeepAliveEnabled = elementToBeCloned.KeepAliveEnabled;
4 references to KeepAliveEnabled
System.ServiceModel.Http (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
97_keepAliveEnabled = bindingElement.KeepAliveEnabled;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
66KeepAliveEnabled = elementToBeCloned.KeepAliveEnabled; 506if (KeepAliveEnabled != http.KeepAliveEnabled)