3 references to GetMessage
System.ServiceModel (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
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));