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