2 writes to LastAttemptTime
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
1055
this.buffer[(head + index) % this.maxSize].
LastAttemptTime
= retryTime;
1092
this.
LastAttemptTime
= lastAttemptTime;
1 reference to LastAttemptTime
System.ServiceModel (1)
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
994
return this.buffer[(head + index) % this.maxSize].
LastAttemptTime
;