Sdílet prostřednictvím


HttpRemotingHandler Konstruktory

Definice

Inicializuje novou instanci HttpRemotingHandler třídy.

Přetížení

HttpRemotingHandler()

Inicializuje novou instanci třídy HttpRemotingHandler s výchozími hodnotami.

HttpRemotingHandler(Type, Object)

Inicializuje novou instanci třídy HttpRemotingHandler s výchozími hodnotami.

HttpRemotingHandler()

Inicializuje novou instanci třídy HttpRemotingHandler s výchozími hodnotami.

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

Platí pro

HttpRemotingHandler(Type, Object)

Inicializuje novou instanci třídy HttpRemotingHandler s výchozími hodnotami.

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.

Poznámky

Místo toho použijte výchozí HttpRemotingHandler konstruktor.

Platí pro