ChannelDispatcherBase::Listener Property

 

When overridden in a derived class, gets the channel listener associated with the channel dispatcher.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property IChannelListener^ Listener {
	virtual IChannelListener^ get() abstract;
}

Property Value

Type: System.ServiceModel.Channels::IChannelListener^

The IChannelListener associated with the channel dispatcher.

A ChannelDispatcher associates an IChannelListener whose channels and messages this ChannelDispatcherBase is dispatching.

.NET Framework
Available since 3.0
Return to top
Show: