HttpRemotingHandlerFactory Classe

Definição

Inicializa novas instâncias da classe HttpRemotingHandler.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
Herança
HttpRemotingHandlerFactory
Implementações

Comentários

A classe atual fabrica dinamicamente novas instâncias da HttpRemotingHandler classe.The current class dynamically manufactures new instances of the HttpRemotingHandler class.

Construtores

HttpRemotingHandlerFactory()

Cria uma instância de HttpRemotingHandlerFactory.Creates an instance of HttpRemotingHandlerFactory.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHandler(HttpContext, String, String, String)

Retorna uma instância da classe HttpRemotingHandler.Returns an instance of the HttpRemotingHandler class.

GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ReleaseHandler(IHttpHandler)

Permite que uma fábrica reutilize o HttpRemotingHandler especificado.Enables a factory to reuse the specified HttpRemotingHandler.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a