HttpRemotingHandler Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy HttpRemotingHandler.

Przeciążenia

HttpRemotingHandler()

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

HttpRemotingHandler(Type, Object)

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

HttpRemotingHandler()

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

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

Dotyczy

HttpRemotingHandler(Type, Object)

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

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