3 references to MaxRetryCount
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
20
int maxRetryCount = ReliableSessionDefaults.
MaxRetryCount
;
131
[DefaultValue(ReliableSessionDefaults.
MaxRetryCount
)]
System\ServiceModel\Configuration\ReliableSessionElement.cs (1)
57
[ConfigurationProperty(ConfigurationStrings.MaxRetryCount, DefaultValue = ReliableSessionDefaults.
MaxRetryCount
)]