2 writes to MaxRetryCount
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
39
this.
MaxRetryCount
= elementToBeCloned.MaxRetryCount;
System\ServiceModel\Configuration\ReliableSessionElement.cs (1)
96
binding.
MaxRetryCount
= this.MaxRetryCount;
5 references to MaxRetryCount
System.ServiceModel (5)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
296
instance.SetProperty(AdministrationStrings.MaxRetryCount, specificElement.
MaxRetryCount
);
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
33
this.maxRetryCount = settings.
MaxRetryCount
;
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
46
this.maxRetryCount = settings.
MaxRetryCount
;
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
39
this.MaxRetryCount = elementToBeCloned.
MaxRetryCount
;
System\ServiceModel\Configuration\ReliableSessionElement.cs (1)
133
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxRetryCount, binding.
MaxRetryCount
);