ProcessProtocolHandler Class

Definition

Provides support for protocol handlers.

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

public ref class ProcessProtocolHandler abstract : MarshalByRefObject
public abstract class ProcessProtocolHandler : MarshalByRefObject
type ProcessProtocolHandler = class
    inherit MarshalByRefObject
Public MustInherit Class ProcessProtocolHandler
Inherits MarshalByRefObject
Inheritance
ProcessProtocolHandler

Remarks

ProcessProtocolHandler is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Constructors

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.

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, 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)

Applies to