Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.DSProxyDispatcher.pas Datasnap.DSProxyDispatcher.hpp
| |
Unit: Datasnap.DSProxyDispatcher | |
Parent: TDSProxyDispatcher |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TDSProxyDispatcher(System::Classes::TComponent* AOwner);
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.