4 references to State
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
390this.ProcessReply(reply, (IReliableRequest)requestResult.MessageAttemptInfo.State, 445ProcessReply(reply, (IReliableRequest)attemptInfo.State, attemptInfo.GetSequenceNumber());
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
870this.attemptInfo = strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State); 1123attemptInfo = this.strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State);