ChannelFactoryBase Class
Provides a common base implementation for all custom channel factories.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Use this base class to create a custom channel factory.
The ChannelFactoryBase class derives from the ChannelManagerBase class and implements the IChannelFactory interface for creating channels. The methods handle parameter validation and then delegate to protected, virtual or abstract methods that derived classes can override.
Each of the protected virtual methods is automatically synchronized with respect to the other methods on the IChannelFactory interface (including the state transition methods). This means that no additional locking is required to ensure that the object is in a consistent state inside the method body.
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.Channels.ChannelManagerBase
System.ServiceModel.Channels.ChannelFactoryBase
System.ServiceModel.Channels.ChannelFactoryBase(Of TChannel)
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.