2 writes to attemptInfo
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
1112
this.
attemptInfo
= new MessageAttemptInfo(message, 0, 0, state);
1123
attemptInfo
= this.strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State);
4 references to attemptInfo
System.ServiceModel (4)
System\ServiceModel\Channels\TransmissionStrategy.cs (4)
1123
attemptInfo = this.strategy.AddToWindow(this.
attemptInfo
.Message, this.isLast, this.
attemptInfo
.State);
1147
this.
attemptInfo
.Message.Close();
1156
return this.
attemptInfo
;