ChannelListenerBase Class
Provides a common base implementation for channel listeners on the service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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(Of TChannel)
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.