3 references to GetMessage
System.ServiceModel (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
251
attemptInfo = new MessageAttemptInfo(this.window.
GetMessage
(index), sequenceNumber, 0, state);
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));