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