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