17 references to Channels
System.ServiceModel (17)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
179
this.listener.ChannelDispatcher.
Channels
.IncrementActivityCount();
935
this.listener.ChannelDispatcher.
Channels
.DecrementActivityCount();
1117
this.listener.ChannelDispatcher.
Channels
.DecrementActivityCount();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1725
channelDispatcher.
Channels
.Add(proxy);
System\ServiceModel\Dispatcher\ListenerHandler.cs (13)
125
this.channelDispatcher.
Channels
.IncrementActivityCount();
279
IChannel[] channels = this.channelDispatcher.
Channels
.ToArray();
493
IChannel[] channels = this.channelDispatcher.
Channels
.ToArray();
541
IChannel[] channels = this.channelDispatcher.
Channels
.ToArray();
561
this.channelDispatcher.
Channels
.Add(channel.Binder.Channel);
618
this.channelDispatcher.
Channels
.DecrementActivityCount();
645
this.channelDispatcher.
Channels
.CloseInput();
651
this.channelDispatcher.
Channels
.Abort();
663
this.channelDispatcher.
Channels
.CloseInput();
669
return this.channelDispatcher.
Channels
.BeginClose(timeoutHelper.RemainingTime(), callback, state);
680
this.channelDispatcher.
Channels
.CloseInput();
686
this.channelDispatcher.
Channels
.Close(timeoutHelper.RemainingTime());
691
this.channelDispatcher.
Channels
.EndClose(result);