Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDSHTTPServiceProxyDispatcher(System::Classes::TComponent* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Datasnap.DSHTTPServiceProxyDispatcher TDSHTTPServiceProxyDispatcher


Beschreibung

Erstellt eine Instanz von TDSHTTPServiceProxyDispatcher.

Rufen Sie Create auf, um eine Instanz des TDSHTTPServiceProxyDispatcher-Objekts zu erstellen.

Create erstellt und setzt einen Proxy-Dispatcher zum Behandeln eines virtuellen Standardpfades mit dem Namen 'proxy'. Wenn Ihr Server beispielsweise unter http://www.myserver.com/ erreichbar ist, muss der Proxy über http://www.myserver.com/proxy/...angefordert werden. Zur Vereinfachung des Proxy-Download-Prozesses stehen zwei Proxy-Download-Programme zur Verfügung: eine Win32-Konsolenanwendung und eine Java-Befehlszeilenanwendung.

Siehe auch