3 references to GetTransferredInRangeCount
System.ServiceModel (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
619newAck = this.window.GetTransferredInRangeCount(beginIndex, endIndex) < (endIndex - beginIndex + 1); 627transferredInWindow -= this.window.GetTransferredInRangeCount(beginIndex, endIndex); 958return this.GetTransferredInRangeCount(0, this.Count - 1);