Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher

Description

Creates an instance of TDSProxyDispatcher.

Call Create to create an instance of the TDSProxyDispatcher object.

Create creates and sets the proxy dispatcher to handle a default virtual path named 'proxy'. So if your server is reachable on http://www.myserver.com/, the proxy must be requested to http://www.myserver.com/proxy/.... To simplify the proxy downloading process, there are two proxy downloaders. One is a Win32 console application; the other one is a Java command-line application.

See Also