ProcessProtocolHandler.StartListenerChannel Method (IListenerChannelCallback, IAdphManager)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Starts a protocol listener channel.
Assembly: System.Web (in System.Web.dll)
public abstract void StartListenerChannel( IListenerChannelCallback listenerChannelCallback, IAdphManager AdphManager )
Parameters
- listenerChannelCallback
-
Type:
System.Web.Hosting.IListenerChannelCallback
The callback for the listener channel.
- AdphManager
-
Type:
System.Web.Hosting.IAdphManager
The application domain handler manager that is associated with the listener channel.
StartListenerChannel is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: