Język

HttpRemotingHandler Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy HttpRemotingHandler.

Przeciążenia

Nazwa Opis
HttpRemotingHandler()

Inicjuje HttpRemotingHandler nowe wystąpienie klasy z wartościami domyślnymi.

HttpRemotingHandler(Type, Object)

Inicjuje HttpRemotingHandler nowe wystąpienie klasy z wartościami domyślnymi.

HttpRemotingHandler()

Inicjuje HttpRemotingHandler nowe wystąpienie klasy z wartościami domyślnymi.

public:
 HttpRemotingHandler();
public HttpRemotingHandler();
Public Sub New ()

Dotyczy

HttpRemotingHandler(Type, Object)

Inicjuje HttpRemotingHandler nowe wystąpienie klasy z wartościami domyślnymi.

public:
 HttpRemotingHandler(Type ^ type, System::Object ^ srvID);
public HttpRemotingHandler(Type type, object srvID);
new System.Runtime.Remoting.Channels.Http.HttpRemotingHandler : Type * obj -> System.Runtime.Remoting.Channels.Http.HttpRemotingHandler
Public Sub New (type As Type, srvID As Object)

Parametry

type
Type

Konstruktor ignoruje type parametr .

srvID
Object

Konstruktor ignoruje srvID parametr .

Uwagi

Zamiast tego użyj konstruktora domyślnego HttpRemotingHandler .

Dotyczy