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