AppDomainProtocolHandler Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides support for programmatic access to application domain protocols.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AppDomainProtocolHandler() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AppDomainProtocolHandler 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^) | This API supports the product infrastructure and is not intended to be used directly from your code. Starts a protocol listener channel. |
![]() | Stop(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Stops a queue. |
![]() | 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 protocol. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.

