2 types derived from ChannelManagerBase
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
10public abstract class ChannelFactoryBase : ChannelManagerBase, IChannelFactory
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
17public abstract class ChannelListenerBase : ChannelManagerBase, IChannelListener
133 references to ChannelManagerBase
System.ServiceModel (111)
System\ServiceModel\Channels\ChannelAcceptor.cs (3)
12ChannelManagerBase channelManager; 14protected ChannelAcceptor(ChannelManagerBase channelManager) 19protected ChannelManagerBase ChannelManager
System\ServiceModel\Channels\ChannelBase.cs (3)
12ChannelManagerBase channelManager; 14protected ChannelBase(ChannelManagerBase channelManager) 70protected ChannelManagerBase Manager
System\ServiceModel\Channels\ChannelDemuxer.cs (12)
1226public DuplexChannelAcceptor(ChannelManagerBase channelManager, DuplexChannelDemuxer demuxer) 1251public DuplexChannelWrapper(ChannelManagerBase channelManager, IDuplexChannel innerChannel) 1683protected abstract TInnerChannel CreateChannel(ChannelManagerBase channelManager, TInnerChannel innerChannel, TInnerItem firstItem); 2708protected override IInputSessionChannel CreateChannel(ChannelManagerBase channelManager, IInputSessionChannel innerChannel, Message firstMessage) 2736public InputSessionChannelWrapper(ChannelManagerBase channelManager, IInputSessionChannel innerChannel, Message firstMessage) 2774protected override IDuplexSessionChannel CreateChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel, Message firstMessage) 2900public DuplexSessionChannelWrapper(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel, Message firstMessage) 2974protected override IReplySessionChannel CreateChannel(ChannelManagerBase channelManager, IReplySessionChannel innerChannel, RequestContext firstRequest) 3100public ReplySessionChannelWrapper(ChannelManagerBase channelManager, IReplySessionChannel innerChannel, RequestContext firstRequest) 3122public ChannelWrapper(ChannelManagerBase channelManager, TChannel innerChannel, TItem firstItem) 3201public InputChannelWrapper(ChannelManagerBase channelManager, IInputChannel innerChannel, Message firstMessage) 3323public ReplyChannelWrapper(ChannelManagerBase channelManager, IReplyChannel innerChannel, RequestContext firstRequest)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
445public ConnectionOrientedTransportReplyChannel(ChannelManagerBase channelManager, EndpointAddress localAddress)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (2)
15public ContextDuplexSessionChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel, 22public ContextDuplexSessionChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel,
System\ServiceModel\Channels\ContextInputChannel.cs (1)
13public ContextInputChannel(ChannelManagerBase channelManager, IInputChannel innerChannel, ContextExchangeMechanism contextExchangeMechanism)
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
16protected ContextInputChannelBase(ChannelManagerBase channelManager, TChannel innerChannel, ContextExchangeMechanism contextExchangeMechanism)
System\ServiceModel\Channels\ContextInputSessionChannel.cs (1)
13public ContextInputSessionChannel(ChannelManagerBase channelManager, IInputSessionChannel innerChannel, ContextExchangeMechanism contextExchangeMechanism)
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
15public ContextOutputChannel(ChannelManagerBase channelManager, IOutputChannel innerChannel,
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
13protected ContextOutputChannelBase(ChannelManagerBase channelManager, TChannel innerChannel)
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
15public ContextOutputSessionChannel(ChannelManagerBase channelManager, IOutputSessionChannel innerChannel,
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
15public ContextReplyChannel(ChannelManagerBase channelManager, IReplyChannel innerChannel, ContextExchangeMechanism contextExchangeMechanism)
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
15public ContextReplySessionChannel(ChannelManagerBase channelManager, IReplySessionChannel innerChannel, ContextExchangeMechanism contextExchangeMechanism)
System\ServiceModel\Channels\ContextRequestChannel.cs (1)
13public ContextRequestChannel(ChannelManagerBase channelManager, IRequestChannel innerChannel,
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
15protected ContextRequestChannelBase(ChannelManagerBase channelManager, TChannel innerChannel,
System\ServiceModel\Channels\ContextRequestSessionChannel.cs (1)
13public ContextRequestSessionChannel(ChannelManagerBase channelManager, IRequestSessionChannel innerChannel,
System\ServiceModel\Channels\DuplexChannel.cs (1)
15protected DuplexChannel(ChannelManagerBase channelManager, EndpointAddress localAddress)
System\ServiceModel\Channels\FramingChannels.cs (3)
25FramingDuplexSessionChannel(ChannelManagerBase manager, IConnectionOrientedTransportFactorySettings settings, 32protected FramingDuplexSessionChannel(ChannelManagerBase factory, IConnectionOrientedTransportFactorySettings settings, 190public ClientFramingDuplexSessionChannel(ChannelManagerBase factory, IConnectionOrientedTransportChannelFactorySettings settings,
System\ServiceModel\Channels\InputChannel.cs (1)
15public InputChannel(ChannelManagerBase channelManager, EndpointAddress localAddress)
System\ServiceModel\Channels\InputChannelAcceptor.cs (1)
14public InputChannelAcceptor(ChannelManagerBase channelManager)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
16protected InputQueueChannel(ChannelManagerBase channelManager)
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
15public InputQueueChannelAcceptor(ChannelManagerBase channelManager)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
193public ClientCompositeDuplexChannel(ChannelManagerBase channelManager, IInputChannel innerInputChannel, IChannelListener<IInputChannel> innerInputListener, EndpointAddress localAddress, IOutputChannel innerOutputChannel, bool usesUniqueHeader)
System\ServiceModel\Channels\LayeredChannel.cs (1)
17protected LayeredChannel(ChannelManagerBase channelManager, TInnerChannel innerChannel)
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
82public LayeredInputChannel(ChannelManagerBase channelManager, IInputChannel innerChannel) 176public LayeredDuplexChannel(ChannelManagerBase channelManager, IInputChannel innerInputChannel, EndpointAddress localAddress, IOutputChannel innerOutputChannel)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
304protected LayeredChannelAcceptor(ChannelManagerBase channelManager, IChannelListener<TInnerChannel> innerListener)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
101public RequestOutputChannel(ChannelManagerBase factory,
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1164public DuplexSessionOneWayInputChannel(ChannelManagerBase channelManager, EndpointAddress localAddress)
System\ServiceModel\Channels\OutputChannel.cs (1)
14protected OutputChannel(ChannelManagerBase manager)
System\ServiceModel\Channels\PeerDuplexChannel.cs (2)
21ChannelManagerBase channelManager; 24public PeerDuplexChannel(PeerNodeImplementation peerNode, PeerNodeImplementation.Registration registration, ChannelManagerBase channelManager,
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
21public PeerDuplexChannelAcceptor(PeerNodeImplementation peerNode, PeerNodeImplementation.Registration registration, ChannelManagerBase channelManager, EndpointAddress localAddress, Uri via)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
20public PeerInputChannel(PeerNodeImplementation peerNode, PeerNodeImplementation.Registration registration, ChannelManagerBase channelManager,
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
20public PeerInputChannelAcceptor(PeerNodeImplementation peerNode, PeerNodeImplementation.Registration registration, ChannelManagerBase channelManager, EndpointAddress localAddress, Uri via)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (2)
49ChannelManagerBase channelManager; 53public PeerMessageDispatcher(PeerMessageQueueAdapter queueHandler, PeerNodeImplementation peerNode, ChannelManagerBase channelManager, EndpointAddress to, Uri via)
System\ServiceModel\Channels\PeerOutputChannel.cs (2)
20ChannelManagerBase channelManager; 22public PeerOutputChannel(PeerNodeImplementation peerNode, PeerNodeImplementation.Registration registration, ChannelManagerBase channelManager,
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
35protected ReliableDuplexSessionChannel(ChannelManagerBase manager, IReliableFactorySettings settings, IReliableChannelBinder binder) 1467public ClientReliableDuplexSessionChannel(ChannelManagerBase factory, IReliableFactorySettings settings,
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (3)
23ChannelManagerBase factory, 766public ReliableOutputSessionChannelOverRequest(ChannelManagerBase factory, IReliableFactorySettings settings, 904public ReliableOutputSessionChannelOverDuplex(ChannelManagerBase factory, IReliableFactorySettings settings,
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
28ChannelManagerBase factory,
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (6)
65protected abstract TOuterChannel CreateWrappedChannel(ChannelManagerBase channelManager, TInnerChannel innerChannel); 87protected override IReplyChannel CreateWrappedChannel(ChannelManagerBase channelManager, IDuplexChannel innerChannel) 100protected override IReplySessionChannel CreateWrappedChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel) 110public ReplyOverDuplexChannelBase(ChannelManagerBase channelManager, TInnerChannel innerChannel) 304public ReplyOverDuplexChannel(ChannelManagerBase channelManager, IDuplexChannel innerChannel) 314public ReplySessionOverDuplexSessionChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel)
System\ServiceModel\Channels\ReplyChannel.cs (1)
15public ReplyChannel(ChannelManagerBase channelManager, EndpointAddress localAddress)
System\ServiceModel\Channels\ReplyChannelAcceptor.cs (1)
14public ReplyChannelAcceptor(ChannelManagerBase channelManager)
System\ServiceModel\Channels\RequestChannel.cs (1)
23protected RequestChannel(ChannelManagerBase channelFactory, EndpointAddress to, Uri via, bool manualAddressing)
System\ServiceModel\Channels\SecurityChannelFactory.cs (7)
319protected ClientSecurityChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, 542public SecurityOutputChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IOutputChannel innerChannel, EndpointAddress to, Uri via) 581public SecurityOutputSessionChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IOutputSessionChannel innerChannel, EndpointAddress to, Uri via) 597public SecurityRequestChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IRequestChannel innerChannel, EndpointAddress to, Uri via) 690public SecurityRequestSessionChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IRequestSessionChannel innerChannel, EndpointAddress to, Uri via) 706public SecurityDuplexChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IDuplexChannel innerChannel, EndpointAddress to, Uri via) 845public SecurityDuplexSessionChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IDuplexSessionChannel innerChannel, EndpointAddress to, Uri via)
System\ServiceModel\Channels\SecurityChannelListener.cs (5)
477public SecurityChannelAcceptor(ChannelManagerBase channelManager, IChannelListener<TChannel> innerListener, 656protected ServerSecurityChannel(ChannelManagerBase channelManager, UChannel innerChannel, SecurityProtocol securityProtocol, SecurityListenerSettingsLifetimeManager settingsLifetimeManager) 896public SecurityInputChannel(ChannelManagerBase channelManager, IInputChannel innerChannel, SecurityProtocol securityProtocol, SecurityListenerSettingsLifetimeManager settingsLifetimeManager) 1010public SecurityInputSessionChannel(ChannelManagerBase channelManager, IInputSessionChannel innerChannel, SecurityProtocol securityProtocol, SecurityListenerSettingsLifetimeManager settingsLifetimeManager) 1025public SecurityDuplexChannel(ChannelManagerBase channelManager, IDuplexChannel innerChannel, SecurityProtocol securityProtocol, SecurityListenerSettingsLifetimeManager settingsLifetimeManager)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
20public SingletonChannelAcceptor(ChannelManagerBase channelManager)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
23public StreamedFramingRequestChannel(ChannelManagerBase factory, IConnectionOrientedTransportChannelFactorySettings settings,
System\ServiceModel\Channels\TransactionChannel.cs (1)
38protected TransactionChannel(ChannelManagerBase channelManager, TChannel innerChannel)
System\ServiceModel\Channels\TransactionChannelFactory.cs (9)
131public TransactionOutputChannel(ChannelManagerBase channelManager, IOutputChannel innerChannel) 139public TransactionRequestChannel(ChannelManagerBase channelManager, IRequestChannel innerChannel) 148public TransactionDuplexChannel(ChannelManagerBase channelManager, IDuplexChannel innerChannel) 156public TransactionOutputSessionChannel(ChannelManagerBase channelManager, IOutputSessionChannel innerChannel) 167public TransactionRequestSessionChannel(ChannelManagerBase channelManager, IRequestSessionChannel innerChannel) 178public TransactionDuplexSessionChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel) 220public TransactionOutputChannelGeneric(ChannelManagerBase channelManager, TChannel innerChannel) 277public TransactionRequestChannelGeneric(ChannelManagerBase channelManager, TChannel innerChannel) 337public TransactionOutputDuplexChannelGeneric(ChannelManagerBase channelManager, TChannel innerChannel)
System\ServiceModel\Channels\TransactionChannelListener.cs (10)
126public TransactionInputChannel(ChannelManagerBase channelManager, IInputChannel innerChannel) 134public TransactionReplyChannel(ChannelManagerBase channelManager, IReplyChannel innerChannel) 142public TransactionDuplexChannel(ChannelManagerBase channelManager, IDuplexChannel innerChannel) 150public TransactionInputSessionChannel(ChannelManagerBase channelManager, IInputSessionChannel innerChannel) 160public TransactionReplySessionChannel(ChannelManagerBase channelManager, IReplySessionChannel innerChannel) 170public TransactionDuplexSessionChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel) 264public TransactionReceiveChannelGeneric(ChannelManagerBase channelManager, TChannel innerChannel, MessageDirection direction) 360public TransactionReplyChannelGeneric(ChannelManagerBase channelManager, TChannel innerChannel) 493public TransactionInputDuplexChannelGeneric(ChannelManagerBase channelManager, TChannel innerChannel) 506public TransactionDuplexChannelGeneric(ChannelManagerBase channelManager, TChannel innerChannel, MessageDirection direction)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
32ChannelManagerBase manager,
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
24protected TransportOutputChannel(ChannelManagerBase channelManager, EndpointAddress to, Uri via, bool manualAddressing, MessageVersion messageVersion)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
98public TransportReplyChannel(ChannelManagerBase channelManager, EndpointAddress localAddress)
System\ServiceModel\Security\SecurityChannel.cs (2)
16protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel) 21protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel, SecurityProtocol securityProtocol)
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\ClientUdpOutputChannel.cs (1)
23public ClientUdpOutputChannel(ChannelManagerBase factory, IPEndPoint remoteEndPoint, MessageEncoder encoder, BufferManager bufferManager, UdpSocket[] sendSockets, UdpRetransmissionSettings retransmissionSettings, EndpointAddress to, Uri via, bool isMulticast)
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (1)
21public ServerUdpOutputChannel(ChannelManagerBase factory, MessageEncoder encoder, BufferManager bufferManager, UdpSocket[] sendSockets, UdpRetransmissionSettings retransmissionSettings, Uri via, bool isMulticast)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
30ChannelManagerBase channelManager,
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
21ChannelManagerBase channelMananger,
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
29ChannelManagerBase factory,
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
35ChannelManagerBase channelManagerBase,
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
15ChannelManagerBase channelManagerBase,
System\ServiceModel\Discovery\DiscoveryClientDuplexSessionChannel.cs (1)
12ChannelManagerBase channelManagerBase,
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
15ChannelManagerBase channelManagerBase,
System\ServiceModel\Discovery\DiscoveryClientOutputSessionChannel.cs (1)
12ChannelManagerBase channelManagerBase,
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (1)
15ChannelManagerBase channelManagerBase,
System\ServiceModel\Discovery\DiscoveryClientRequestSessionChannel.cs (1)
12ChannelManagerBase channelManagerBase,
System.ServiceModel.Routing (10)
System\ServiceModel\Channels\SynchronousSendBindingElement.cs (10)
134protected SynchronousChannelBase(ChannelManagerBase manager, TChannel innerChannel) 154public SynchronousDuplexChannelBase(ChannelManagerBase manager, TChannel innerChannel) 222public SynchronousDuplexChannel(ChannelManagerBase manager, IDuplexChannel innerChannel) 230public SynchronousDuplexSessionChannel(ChannelManagerBase manager, IDuplexSessionChannel innerChannel) 244public SynchronousOutputChannelBase(ChannelManagerBase manager, TChannel innerChannel) 289public SynchronousOutputChannel(ChannelManagerBase manager, IOutputChannel innerChannel) 297public SynchronousOutputSessionChannel(ChannelManagerBase manager, IOutputSessionChannel innerChannel) 311public SynchronousRequestChannelBase(ChannelManagerBase manager, TChannel innerChannel) 356public SynchronousRequestChannel(ChannelManagerBase manager, IRequestChannel innerChannel) 364public SynchronousRequestSessionChannel(ChannelManagerBase manager, IRequestSessionChannel innerChannel)