1 write to maxWindowSize
System.ServiceModel (1)
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
102this.maxWindowSize = this.lossWindowSize = maxWindowSize;
2 references to maxWindowSize
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
748this.windowSize = Math.Min(this.maxWindowSize, Math.Min(this.slowStartThreshold + 1, this.windowSize + (int)slide)); 766this.windowSize = Math.Min(this.maxWindowSize, this.windowSize + 1);