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