1 write to maxRetryCount
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
33this.maxRetryCount = settings.MaxRetryCount;
1 reference to maxRetryCount
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
75get { return this.maxRetryCount; }