HttpRemotingHandlerFactory Class

Definition

Initializes new instances of the HttpRemotingHandler class.

public ref class HttpRemotingHandlerFactory : System::Web::IHttpHandlerFactory
public class HttpRemotingHandlerFactory : System.Web.IHttpHandlerFactory
type HttpRemotingHandlerFactory = class
    interface IHttpHandlerFactory
Public Class HttpRemotingHandlerFactory
Implements IHttpHandlerFactory
Inheritance
HttpRemotingHandlerFactory
Implements

Remarks

The current class dynamically manufactures new instances of the HttpRemotingHandler class.

Constructors

HttpRemotingHandlerFactory()

Creates an instance of HttpRemotingHandlerFactory.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHandler(HttpContext, String, String, String)

Returns an instance of the HttpRemotingHandler class.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReleaseHandler(IHttpHandler)

Enables a factory to reuse the specified HttpRemotingHandler.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to