1 type derived from ChannelManagerBase
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
11public abstract class ChannelFactoryBase : ChannelManagerBase, IChannelFactory, IAsyncChannelFactory
43 references to ChannelManagerBase
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingChannelBase.cs (1)
19ChannelManagerBase manager, ChannelMessageInterceptor interceptor, TChannel innerChannel)
InterceptingDuplexChannel.cs (3)
15ChannelManagerBase manager, ChannelMessageInterceptor interceptor, TChannel innerChannel) 266ChannelManagerBase manager, ChannelMessageInterceptor interceptor, IDuplexChannel innerChannel) 322ChannelManagerBase manager, ChannelMessageInterceptor interceptor, IDuplexSessionChannel innerChannel)
System.ServiceModel.Http (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
23ChannelManagerBase manager,
System.ServiceModel.NetFramingBase (6)
System\ServiceModel\Channels\FramingChannels.cs (3)
21private FramingDuplexSessionChannel(ChannelManagerBase manager, IConnectionOrientedTransportFactorySettings settings, 27protected FramingDuplexSessionChannel(ChannelManagerBase factory, IConnectionOrientedTransportFactorySettings settings, 152public ClientFramingDuplexSessionChannel(ChannelManagerBase factory, IConnectionOrientedTransportChannelFactorySettings settings,
System\ServiceModel\Channels\OutputChannel.cs (1)
13protected OutputChannel(ChannelManagerBase manager)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
22public StreamedFramingRequestChannel(ChannelManagerBase factory, IConnectionOrientedTransportChannelFactorySettings settings,
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
24ChannelManagerBase manager,
System.ServiceModel.Primitives (25)
System\ServiceModel\Channels\ChannelBase.cs (2)
11protected ChannelBase(ChannelManagerBase channelManager) 56protected ChannelManagerBase Manager { get; }
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
28protected ReliableDuplexSessionChannel(ChannelManagerBase manager, IReliableFactorySettings settings, IReliableChannelBinder binder) 1080public ClientReliableDuplexSessionChannel(ChannelManagerBase factory, IReliableFactorySettings settings,
System\ServiceModel\Channels\DuplexChannel.cs (1)
12protected DuplexChannel(ChannelManagerBase channelManager, EndpointAddress localAddress) : base(channelManager)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
15protected InputQueueChannel(ChannelManagerBase channelManager)
System\ServiceModel\Channels\LayeredChannel.cs (1)
16protected LayeredChannel(ChannelManagerBase channelManager, TInnerChannel innerChannel)
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
90public LayeredInputChannel(ChannelManagerBase channelManager, IInputChannel innerChannel) 242public LayeredDuplexChannel(ChannelManagerBase channelManager, IInputChannel innerInputChannel, EndpointAddress localAddress, IOutputChannel innerOutputChannel)
System\ServiceModel\Channels\OutputChannel.cs (1)
13protected OutputChannel(ChannelManagerBase manager)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (3)
21ChannelManagerBase factory, 634public ReliableOutputSessionChannelOverRequest(ChannelManagerBase factory, IReliableFactorySettings settings, 714public ReliableOutputSessionChannelOverDuplex(ChannelManagerBase factory, IReliableFactorySettings settings,
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
28ChannelManagerBase factory,
System\ServiceModel\Channels\RequestChannel.cs (1)
21protected RequestChannel(ChannelManagerBase channelFactory, EndpointAddress to, Uri via, bool manualAddressing)
System\ServiceModel\Channels\SecurityChannelFactory.cs (7)
251protected ClientSecurityChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, 337public SecurityOutputChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IOutputChannel innerChannel, EndpointAddress to, Uri via) 391public SecurityOutputSessionChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IOutputSessionChannel innerChannel, EndpointAddress to, Uri via) 407public SecurityRequestChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IRequestChannel innerChannel, EndpointAddress to, Uri via) 490public SecurityRequestSessionChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IRequestSessionChannel innerChannel, EndpointAddress to, Uri via) 506public SecurityDuplexChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IDuplexChannel innerChannel, EndpointAddress to, Uri via) 671public SecurityDuplexSessionChannel(ChannelManagerBase factory, SecurityProtocolFactory securityProtocolFactory, IDuplexSessionChannel innerChannel, EndpointAddress to, Uri via)
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
18protected TransportOutputChannel(ChannelManagerBase channelManager, EndpointAddress to, Uri via, bool manualAddressing, MessageVersion messageVersion)
System\ServiceModel\Security\SecurityChannel.cs (2)
18protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel) 23protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel, SecurityProtocol securityProtocol)
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ThrowingChannelBase.cs (1)
15protected ThrowingChannelBase(ChannelManagerBase manager, Exception exception, TChannel innerChannel) : base(manager)
ServiceModel\ThrowingOnCloseBindingElement.cs (3)
247public ThrowingInputChannel(ChannelManagerBase manager, Exception exception, T innerChannel) : base(manager, exception, innerChannel) 268public ThrowingDuplexChannel(ChannelManagerBase manager, Exception exception, IDuplexChannel innerChannel) : base(manager, exception, innerChannel) 286public ThrowingDuplexSessionChannel(ChannelManagerBase manager, Exception exception, IDuplexSessionChannel innerChannel) : base(manager, exception, innerChannel)
UnitTests.Common (3)
MockChannelBase.cs (2)
13private readonly ChannelManagerBase _manager; 15public MockChannelBase(ChannelManagerBase manager, MessageEncoderFactory encoderFactory, EndpointAddress address)
MockRequestChannel.cs (1)
22public MockRequestChannel(ChannelManagerBase manager, MessageEncoderFactory encoderFactory, EndpointAddress address, Uri via)