ChannelListenerBase Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public MustInherit Class ChannelListenerBase Inherits ChannelManagerBase Implements IChannelListener, ICommunicationObject 'Usage Dim instance As ChannelListenerBase
public abstract class ChannelListenerBase extends ChannelManagerBase implements IChannelListener, ICommunicationObject
public abstract class ChannelListenerBase extends ChannelManagerBase implements IChannelListener, ICommunicationObject
Not applicable.
The channel listeners on the service wait for and then accept the channels created by factories on the client. Once the channel connection is established between client and service, messages can be exchanged and distributed applications can communicate. The processing functionality provided by the listener is layered into a stacked set of channel listeners to provide modularity when selecting the Windows Communication Foundation (WCF) features to deploy. Each channel listener in the service stack corresponds to a channel factory in the client stack. The channel created by the factory is really a stack of channels that are accepted and processed by the stack of listeners on the service.
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.Channels.ChannelManagerBase
System.ServiceModel.Channels.ChannelListenerBase
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.