2 references to GetRetryCount
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
365
attemptInfo = new MessageAttemptInfo(this.window.GetMessage(0), this.windowStart, this.window.
GetRetryCount
(0), this.window.GetState(0));
440
return new MessageAttemptInfo(this.window.GetMessage(index), next, this.window.
GetRetryCount
(index), this.window.GetState(index));