AppDomainProtocolHandler Class

Definition

Provides support for programmatic access to application domain protocols.

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

public ref class AppDomainProtocolHandler abstract : MarshalByRefObject, System::Web::Hosting::IRegisteredObject
public abstract class AppDomainProtocolHandler : MarshalByRefObject, System.Web.Hosting.IRegisteredObject
type AppDomainProtocolHandler = class
    inherit MarshalByRefObject
    interface IRegisteredObject
Public MustInherit Class AppDomainProtocolHandler
Inherits MarshalByRefObject
Implements IRegisteredObject
Inheritance
AppDomainProtocolHandler
Implements

Remarks

For more information, see Versions and Dependencies.

Constructors

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.

Methods

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)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLifetimeService()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
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.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

Applies to