This documentation is archived and is not being maintained.
IListenerChannelCallback Interface
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides listener-channel notifications from protocol handlers to the worker process framework. Also enables protocol handlers to access additional parameters, such as the ID of the listener channel.
Assembly: System.Web (in System.Web.dll)
The IListenerChannelCallback type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetBlob | Infrastructure. Retrieves data that the protocol manager will pass to a listener channel when the protocol manager is starting that listener channel. |
![]() | GetBlobLength | Infrastructure. Gets the size of the buffered data in the listener channel. |
![]() | GetId | Infrastructure. Gets the ID of a listener channel that has to be started. |
![]() | ReportMessageReceived | Notifies the worker process framework that a new message was received. |
![]() | ReportStarted | Infrastructure. Notifies the worker process framework that a listener channel has started. |
![]() | ReportStopped | Infrastructure. Notifies the worker process framework that a listener channel has stopped. |
IListenerChannelCallback is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
