Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Unit: Datasnap.DSHTTPServiceProxyDispatcher
Parent: TDSHTTPServiceProxyDispatcher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

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