2 references to GetState
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
305attemptInfo = new MessageAttemptInfo(_window.GetMessage(0), _windowStart, _window.GetRetryCount(0), _window.GetState(0)); 383return new MessageAttemptInfo(_window.GetMessage(index), next, _window.GetRetryCount(index), _window.GetState(index));