1 write to KeepAliveEnabled
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
186binding.KeepAliveEnabled = this.KeepAliveEnabled;
4 references to KeepAliveEnabled
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
207instance.SetProperty(AdministrationStrings.KeepAliveEnabled, http.KeepAliveEnabled);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
136this.keepAliveEnabled = bindingElement.KeepAliveEnabled;
System\ServiceModel\Channels\HttpChannelListener.cs (1)
101this.keepAliveEnabled = bindingElement.KeepAliveEnabled;
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
248SetPropertyValueIfNotDefaultValue(ConfigurationStrings.KeepAliveEnabled, source.KeepAliveEnabled);