System.ServiceModel.Channel ...


.NET Framework Class Library
ChannelFactoryBase Class

Provides a common base implementation for all custom channel factories.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Syntax

Visual Basic (Declaration)
Public MustInherit Class ChannelFactoryBase _
    Inherits ChannelManagerBase _
    Implements IChannelFactory, ICommunicationObject
Visual Basic (Usage)
Dim instance As ChannelFactoryBase
C#
public abstract class ChannelFactoryBase : ChannelManagerBase, 
    IChannelFactory, ICommunicationObject
Visual C++
public ref class ChannelFactoryBase abstract : public ChannelManagerBase, 
    IChannelFactory, ICommunicationObject
JScript
public abstract class ChannelFactoryBase extends ChannelManagerBase implements IChannelFactory, ICommunicationObject
Remarks

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.

Inheritance Hierarchy

System..::.Object
  System.ServiceModel.Channels..::.CommunicationObject
    System.ServiceModel.Channels..::.ChannelManagerBase
      System.ServiceModel.Channels..::.ChannelFactoryBase
        System.ServiceModel.Channels..::.ChannelFactoryBase<(Of <(TChannel>)>)
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0

.NET Compact Framework

Supported in: 3.5
See Also

Reference

Tags :


Page view tracker