4 references to Enabled
System.ServiceModel (4)
System\ServiceModel\Configuration\StandardBindingOptionalReliableSessionElement.cs (4)
19
[ConfigurationProperty(ConfigurationStrings.
Enabled
, DefaultValue = ReliableSessionDefaults.Enabled)]
22
get { return (bool)base[ConfigurationStrings.
Enabled
]; }
23
set { base[ConfigurationStrings.
Enabled
] = value; }
33
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
Enabled
, optionalReliableSession.Enabled);