1 write to strategy
System.ServiceModel (1)
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
1110
this.
strategy
= strategy;
2 references to strategy
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
1123
attemptInfo = this.
strategy
.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State);
1141
if (this.
strategy
.RemoveAdder(this) && this.exception == null)