HttpRemotingHandler Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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 .