6 references to MessageAttemptInfo
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2290set { this.messageAttemptInfo = new MessageAttemptInfo(value, 0, 0, null); }
System\ServiceModel\Channels\TransmissionStrategy.cs (5)
251attemptInfo = new MessageAttemptInfo(this.window.GetMessage(index), sequenceNumber, 0, state); 365attemptInfo = new MessageAttemptInfo(this.window.GetMessage(0), this.windowStart, this.window.GetRetryCount(0), this.window.GetState(0)); 440return new MessageAttemptInfo(this.window.GetMessage(index), next, this.window.GetRetryCount(index), this.window.GetState(index)); 856this.attemptInfo = new MessageAttemptInfo(message, 0, 0, state); 1112this.attemptInfo = new MessageAttemptInfo(message, 0, 0, state);