Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Datasnap.DSHTTPServiceProxyDispatcher TDSHTTPServiceProxyDispatcher

Description

Creates an instance of TDSHTTPServiceProxyDispatcher.

Call Create to create an instance of the TDSHTTPServiceProxyDispatcher 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 at 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