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