4 writes to MessageAttemptInfo
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
885
result.
MessageAttemptInfo
= attemptInfo;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
829
result.
MessageAttemptInfo
= attemptInfo;
961
result.
MessageAttemptInfo
= attemptInfo;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
354
result.
MessageAttemptInfo
= attemptInfo;
6 references to MessageAttemptInfo
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1090
if (sendResult.
MessageAttemptInfo
.RetryCount == this.settings.MaxRetryCount)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
851
if (requestResult.
MessageAttemptInfo
.RetryCount == this.Settings.MaxRetryCount)
983
if (sendResult.
MessageAttemptInfo
.RetryCount == this.Settings.MaxRetryCount)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (3)
383
if (requestResult.
MessageAttemptInfo
.RetryCount == this.settings.MaxRetryCount)
390
this.ProcessReply(reply, (IReliableRequest)requestResult.
MessageAttemptInfo
.State,
391
requestResult.
MessageAttemptInfo
.GetSequenceNumber());