ProcessHost.StopProcessProtocolListenerChannel Method (String, Int32, Boolean)

 

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

Stops a protocol listener channel.

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

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

Parameters

protocolId
Type: System.String

The protocol ID.

listenerChannelId
Type: System.Int32

The protocol listener channel callback.

immediate
Type: System.Boolean

Whether to stop the protocol listener channel immediately.

.NET Framework
Available since 2.0
Return to top
Show: