Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Propriétés

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


Description

Crée une instance de TDSProxyDispatcher.

Appelez Create pour créer une instance de l'objet TDSProxyDispatcher.

Create crée et définit le répartiteur de proxys pour gérer un chemin d'accès virtuel par défaut nommé 'proxy'. Donc si votre serveur est accessible sur http://www.myserver.com/, le proxy doit être sollicité à l'adresse http://www.myserver.com/proxy/.... Afin de simplifier le processus de chargement du proxy, il existe deux téléchargeurs de proxys. L'un est une application console Win32 ; l'autre est une application en ligne de commande Java.

Voir aussi