ChannelManagerBase Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public MustInherit Class ChannelManagerBase Inherits CommunicationObject Implements IDefaultCommunicationTimeouts 'Usage Dim instance As ChannelManagerBase
public abstract class ChannelManagerBase extends CommunicationObject implements IDefaultCommunicationTimeouts
public abstract class ChannelManagerBase extends CommunicationObject implements IDefaultCommunicationTimeouts
Not applicable.
Specifically, this class provides a common base implementation for the ChannelFactoryBase and ChannelListenerBase channel manager classes for managing the default timeouts that are associated with the channel factories and listeners. Channels are added to the list maintained by the manager by using one of the CreateChannel methods. Abstract properties for send and receive timeouts used by the channels and listeners that are produced are specified to coordinate the values set for the derived channel and listener factories.
The ChannelBase, which provides the base implementation for custom channels, gets its default communication timeouts for the open, close, send and receive operations from the ChannelManagerBase associated with it.
The ChannelBase also takes care of managing the manager for you. In addition to exposing a reference to the manager, the base class also notifies the manager when channels are created and destroyed. But the reference to the manager is only good until the channel is destroyed.
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.Channels.ChannelManagerBase
System.ServiceModel.Channels.ChannelFactoryBase
System.ServiceModel.Channels.ChannelListenerBase
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.