2 writes to attemptInfo
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
856
this.
attemptInfo
= new MessageAttemptInfo(message, 0, 0, state);
870
this.
attemptInfo
= strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State);
5 references to attemptInfo
System.ServiceModel (5)
System\ServiceModel\Channels\TransmissionStrategy.cs (5)
864
this.
attemptInfo
.Message.Close();
870
this.attemptInfo = strategy.AddToWindow(this.
attemptInfo
.Message, this.isLast, this.
attemptInfo
.State);
881
return result.
attemptInfo
;
886
this.
attemptInfo
.Message.Close();