3 references to Quota
System.ServiceModel (3)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
113if (this.EnqueuedCount >= this.Quota) 123return (this.Channel.InternalPendingItems + sequenceNumber - this.windowStart < this.Quota); 194return (this.EnqueuedCount < this.Quota);