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