4 references to FlowControlEnabled
System.ServiceModel (4)
System\ServiceModel\Configuration\ReliableSessionElement.cs (4)
33
[ConfigurationProperty(ConfigurationStrings.
FlowControlEnabled
, DefaultValue = true)]
36
get { return (bool)base[ConfigurationStrings.
FlowControlEnabled
]; }
37
set { base[ConfigurationStrings.
FlowControlEnabled
] = value; }
130
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
FlowControlEnabled
, binding.FlowControlEnabled);