4 references to KeepAliveEnabled
System.ServiceModel (4)
System\ServiceModel\Configuration\HttpTransportElement.cs (4)
78
[ConfigurationProperty(ConfigurationStrings.
KeepAliveEnabled
, DefaultValue = HttpTransportDefaults.KeepAliveEnabled)]
81
get { return (bool)base[ConfigurationStrings.
KeepAliveEnabled
]; }
82
set { base[ConfigurationStrings.
KeepAliveEnabled
] = value; }
248
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
KeepAliveEnabled
, source.KeepAliveEnabled);