2 implementations of MaxRetryCount
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
73public int MaxRetryCount
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
91public int MaxRetryCount
19 references to MaxRetryCount
System.ServiceModel (19)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
759return WsrmUtilities.CalculateKeepAliveInterval(this.Settings.InactivityTimeout, this.Settings.MaxRetryCount); 765TimeSpan keepAliveInterval = WsrmUtilities.CalculateKeepAliveInterval(this.Settings.InactivityTimeout, this.Settings.MaxRetryCount);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
872if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 888if (attemptInfo.RetryCount < this.settings.MaxRetryCount) 1090if (sendResult.MessageAttemptInfo.RetryCount == this.settings.MaxRetryCount) 1119if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 1131if (attemptInfo.RetryCount < this.settings.MaxRetryCount)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (7)
345if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 358(attemptInfo.RetryCount == this.settings.MaxRetryCount), maskUnhandledException); 365if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 832if (attemptInfo.RetryCount < this.Settings.MaxRetryCount) 851if (requestResult.MessageAttemptInfo.RetryCount == this.Settings.MaxRetryCount) 964if (attemptInfo.RetryCount < this.Settings.MaxRetryCount) 983if (sendResult.MessageAttemptInfo.RetryCount == this.Settings.MaxRetryCount)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
337if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 357if (attemptInfo.RetryCount < this.settings.MaxRetryCount) 383if (requestResult.MessageAttemptInfo.RetryCount == this.settings.MaxRetryCount) 400if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 417if (attemptInfo.RetryCount < this.settings.MaxRetryCount)