Provides a common base implementation for all custom channel factories.
Namespace:
System.ServiceModel.Channels
Assembly:
System.ServiceModel (in System.ServiceModel.dll)
Visual Basic (Declaration)
Public MustInherit Class ChannelFactoryBase _
Inherits ChannelManagerBase _
Implements IChannelFactory, ICommunicationObject
Dim instance As ChannelFactoryBase
public abstract class ChannelFactoryBase : ChannelManagerBase,
IChannelFactory, ICommunicationObject
public ref class ChannelFactoryBase abstract : public ChannelManagerBase,
IChannelFactory, ICommunicationObject
public abstract class ChannelFactoryBase extends ChannelManagerBase implements IChannelFactory, ICommunicationObject
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..::.Object
System.ServiceModel.Channels..::.CommunicationObject
System.ServiceModel.Channels..::.ChannelManagerBase
System.ServiceModel.Channels..::.ChannelFactoryBase
System.ServiceModel.Channels..::.ChannelFactoryBase<(Of <(TChannel>)>)
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.
.NET Framework
Supported in: 3.5, 3.0
.NET Compact Framework
Supported in: 3.5
Reference