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