1 type derived from ChannelManagerBase
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
10public abstract class ChannelFactoryBase : ChannelManagerBase, IChannelFactory
15 references to ChannelManagerBase
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (3)
12private ChannelManagerBase _channelManager; 14protected ChannelBase(ChannelManagerBase channelManager) 64protected ChannelManagerBase Manager
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (3)
20private FramingDuplexSessionChannel(ChannelManagerBase manager, IConnectionOrientedTransportFactorySettings settings, 27protected FramingDuplexSessionChannel(ChannelManagerBase factory, IConnectionOrientedTransportFactorySettings settings, 182public ClientFramingDuplexSessionChannel(ChannelManagerBase factory, IConnectionOrientedTransportChannelFactorySettings settings,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
15protected LayeredChannel(ChannelManagerBase channelManager, TInnerChannel innerChannel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
81public LayeredInputChannel(ChannelManagerBase channelManager, IInputChannel innerChannel) 175public LayeredDuplexChannel(ChannelManagerBase channelManager, IInputChannel innerInputChannel, EndpointAddress localAddress, IOutputChannel innerOutputChannel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
16protected OutputChannel(ChannelManagerBase manager)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
23protected RequestChannel(ChannelManagerBase channelFactory, EndpointAddress to, Uri via, bool manualAddressing)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
30ChannelManagerBase manager,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (1)
21protected TransportOutputChannel(ChannelManagerBase channelManager, EndpointAddress to, Uri via, bool manualAddressing, MessageVersion messageVersion)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (2)
16protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel) 21protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel, SecurityProtocol securityProtocol)