ProcessProtocolHandler Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides support for protocol handlers.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ProcessProtocolHandler() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ProcessProtocolHandler class. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | This API supports the product infrastructure and is not intended to be used directly from your code. Gives the protocol handler an infinite lifetime by preventing a lease from being created.(Overrides MarshalByRefObject::InitializeLifetimeService().) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | StartListenerChannel(IListenerChannelCallback^, IAdphManager^) | This API supports the product infrastructure and is not intended to be used directly from your code. Starts a protocol listener channel. |
![]() | StopListenerChannel(Int32, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Stops the specified process protocol handler. |
![]() | StopProtocol(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Stops a process protocol handler. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
ProcessProtocolHandler is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

