4 references to MaxRetryCount
System.ServiceModel (4)
System\ServiceModel\Configuration\ReliableSessionElement.cs (4)
57
[ConfigurationProperty(ConfigurationStrings.
MaxRetryCount
, DefaultValue = ReliableSessionDefaults.MaxRetryCount)]
61
get { return (int)base[ConfigurationStrings.
MaxRetryCount
]; }
62
set { base[ConfigurationStrings.
MaxRetryCount
] = value; }
133
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
MaxRetryCount
, binding.MaxRetryCount);