4 references to MaxPendingChannels
System.ServiceModel (4)
System\ServiceModel\Configuration\ReliableSessionElement.cs (4)
49[ConfigurationProperty(ConfigurationStrings.MaxPendingChannels, DefaultValue = ReliableSessionDefaults.MaxPendingChannels)] 53get { return (int)base[ConfigurationStrings.MaxPendingChannels]; } 54set { base[ConfigurationStrings.MaxPendingChannels] = value; } 132SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxPendingChannels, binding.MaxPendingChannels);