9 references to retransmissionWindow
System.ServiceModel (9)
System\ServiceModel\Channels\TransmissionStrategy.cs (9)
418if (this.retransmissionWindow.Count == 0) 423this.retransmissionWindow.RemoveAt(0); 426while (this.retransmissionWindow.Count > 0) 428Int64 next = this.retransmissionWindow[0]; 432this.retransmissionWindow.RemoveAt(0); 438this.retransmissionWindow.RemoveAt(0); 776send = (this.retransmissionWindow.Count == 0); 782if (!this.window.GetTransferred(i) && !this.retransmissionWindow.Contains(sequenceNumber)) 785retransmissionWindow.Add(sequenceNumber);