1 write to MaxRetryCount
System.ServiceModel (1)
System\ServiceModel\Configuration\ReliableSessionElement.cs (1)
112
this.
MaxRetryCount
= source.MaxRetryCount;
2 references to MaxRetryCount
System.ServiceModel (2)
System\ServiceModel\Configuration\ReliableSessionElement.cs (2)
96
binding.MaxRetryCount = this.
MaxRetryCount
;
112
this.MaxRetryCount = source.
MaxRetryCount
;