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