ProcessHost.StopAppDomainProtocolListenerChannel Method (String, String, Int32, Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Stops an application domain protocol listener channel.
Assembly: System.Web (in System.Web.dll)
abstract StopAppDomainProtocolListenerChannel : appId:string * protocolId:string * listenerChannelId:int * immediate:bool -> unit override StopAppDomainProtocolListenerChannel : appId:string * protocolId:string * listenerChannelId:int * immediate:bool -> unit
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
Available since 2.0
Show: