ProcessHost.StopAppDomainProtocolListenerChannel Method (String, String, Int32, Boolean)

 

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

Stops an application domain protocol listener channel.

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

Public Sub StopAppDomainProtocolListenerChannel (
	appId As String,
	protocolId As String,
	listenerChannelId As Integer,
	immediate As Boolean
)

Parameters

appId
Type: System.String

The application ID

protocolId
Type: System.String

The protocol ID.

listenerChannelId
Type: System.Int32

The protocol listener channel ID.

immediate
Type: System.Boolean

Whether to stop the protocol listener channel immediately.

.NET Framework
Available since 2.0
Return to top
Show: