13 references to ChannelManager
System.ServiceModel (13)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1234return new DuplexChannelWrapper(this.ChannelManager, demuxer.InnerChannel);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
376return new ConnectionOrientedTransportReplyChannel(this.ChannelManager, null);
System\ServiceModel\Channels\InputChannelAcceptor.cs (1)
21return new InputChannel(this.ChannelManager, null);
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
91this.channelQueue.Shutdown(() => this.ChannelManager.GetPendingException());
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
110return new ServerCompositeDuplexChannel((InternalDuplexChannelListener)ChannelManager, innerChannel);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1083return new DuplexSessionOneWayInputChannel(this.ChannelManager, null);
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (2)
30this.dispatcher = new PeerMessageDispatcher<IDuplexChannel, PeerDuplexChannel>(queueHandler, peerNode, ChannelManager, localAddress, via); 61return new PeerDuplexChannel(peerNode, registration, ChannelManager, localAddress, via);
System\ServiceModel\Channels\PeerInputChannelListener.cs (2)
28dispatcher = new PeerMessageDispatcher<IInputChannel, PeerInputChannel>(queueHandler, peerNode, ChannelManager, localAddress, via); 33return new PeerInputChannel(peerNode, registration, ChannelManager, localAddress, via);
System\ServiceModel\Channels\ReplyChannelAcceptor.cs (1)
21return new ReplyChannel(this.ChannelManager, null);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
488return (SecurityChannelListener<TChannel>)base.ChannelManager;
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
22return new TransportReplyChannel(this.ChannelManager, null);