IAdphManager.StartAppDomainProtocolListenerChannel Method (String, String, IListenerChannelCallback)

 

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

Starts an application domain protocol listener channel.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

Sub StartAppDomainProtocolListenerChannel (
	appId As String,
	protocolId As String,
	listenerChannelCallback As IListenerChannelCallback
)

Parameters

appId
Type: System.String

The application ID

protocolId
Type: System.String

The protocol ID.

listenerChannelCallback
Type: System.Web.Hosting.IListenerChannelCallback

The protocol listener channel callback.

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

.NET Framework
Available since 2.0
Return to top
Show: