7 references to Channel
System.ServiceModel (7)
System\ServiceModel\Channels\DeliveryStrategy.cs (7)
94return this.Channel.InternalPendingItems + this.items.Count; 123return (this.Channel.InternalPendingItems + sequenceNumber - this.windowStart < this.Quota); 138if (this.Channel.EnqueueWithoutDispatch(item, this.DequeueCallback)) 148return this.Channel.EnqueueWithoutDispatch(item, this.DequeueCallback); 172this.Channel.Dispatch(); 188return this.Channel.InternalPendingItems; 199return this.Channel.EnqueueWithoutDispatch(item, this.DequeueCallback);