ProcessProtocolHandler.StartListenerChannel Method

Definition

Starts a protocol listener channel.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 abstract void StartListenerChannel(System::Web::Hosting::IListenerChannelCallback ^ listenerChannelCallback, System::Web::Hosting::IAdphManager ^ AdphManager);
public abstract void StartListenerChannel (System.Web.Hosting.IListenerChannelCallback listenerChannelCallback, System.Web.Hosting.IAdphManager AdphManager);
abstract member StartListenerChannel : System.Web.Hosting.IListenerChannelCallback * System.Web.Hosting.IAdphManager -> unit
Public MustOverride Sub StartListenerChannel (listenerChannelCallback As IListenerChannelCallback, AdphManager As IAdphManager)

Parameters

listenerChannelCallback
IListenerChannelCallback

The callback for the listener channel.

AdphManager
IAdphManager

The application domain handler manager that is associated with the listener channel.

Remarks

StartListenerChannel is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Applies to