Datasnap.DSHTTP.TDSHTTPService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Datasnap.DSHTTP.TCustomDSHTTPServerTransportDatasnap.DSHTTP.TCustomDSRESTServerTransportDatasnap.DSCommonServer.TDSServerTransportDatasnap.DSCommonServer.TDSServerComponentTDSHTTPService

Delphi

TDSHTTPService = class(TCustomDSHTTPServerTransport)

C++

class PASCALIMPLEMENTATION TDSHTTPService : public TCustomDSHTTPServerTransport

Propriétés

Type Visibilité  Source Unité  Parent
class public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP Datasnap.DSHTTP

Description

Permet une invocation de méthode depuis un client basé sur un navigateur, en utilisant le protocole REST.

La classe TDSHTTPService offre davantage que la fonctionnalité de communication. Elle peut permettre une invocation de méthode depuis un client basé sur un navigateur, en utilisant le protocole REST (Representational State Transfer) ou un protocole propriétaire basé sur JSON.

Le composant TDSHTTPService peut être utilisé avec un composant gestionnaire d'authentification implémenté par TDSAuthenticationManager, si les requêtes HTTP nécessitent une authentification.

Voir aussi