1 write to Channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
22Channel = channel;
7 references to Channel
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\DeliveryStrategy.cs (7)
69return Channel.InternalPendingItems + items.Count; 98return (Channel.InternalPendingItems + sequenceNumber - windowStart < Quota); 113if (Channel.EnqueueWithoutDispatch(item, DequeueCallback)) 123return Channel.EnqueueWithoutDispatch(item, DequeueCallback); 147Channel.Dispatch(); 163return Channel.InternalPendingItems; 174return Channel.EnqueueWithoutDispatch(item, DequeueCallback);