4 references to AddToWindow
System.ServiceModel (4)
System\ServiceModel\Channels\TransmissionStrategy.cs (4)
488attemptInfo = AddToWindow(message, isLast, state); 520attemptInfo = AddToWindow(message, isLast, state); 870this.attemptInfo = strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State); 1123attemptInfo = this.strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State);