2 writes to channels
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
63
this.
channels
= new ServiceChannelManager(this);
81
this.
channels
= new ServiceChannelManager(this, NotifyEmptyCallback);
15 references to channels
System.ServiceModel (15)
System\ServiceModel\InstanceContext.cs (15)
190
return
channels
.IncomingChannels;
200
return this.
channels
.IsBusy;
218
return
channels
.OutgoingChannels;
315
channels
.Abort();
321
return
channels
.BeginCloseInput(timeout, callback, state);
327
this.
channels
.IncrementActivityCount();
337
this.
channels
.AddIncomingChannel(proxy);
350
this.
channels
.RemoveChannel(proxy);
401
channels
.CloseInput(timeout);
406
channels
.EndCloseInput(result);
558
channels
.Close(timeout);
622
this.
channels
.DecrementActivityCount();
628
this.
channels
.RemoveChannel((IChannel)channel.Proxy);
651
IAsyncResult result = this.instanceContext.
channels
.BeginClose(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this);
666
this.instanceContext.
channels
.EndClose(result);