Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
ChannelFactoryBase Class

Updated: November 2007

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
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
J#
public abstract class ChannelFactoryBase extends ChannelManagerBase implements IChannelFactory, 
    ICommunicationObject
JScript
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.

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 Vista, Windows XP SP2, 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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker