REST.Client.TRESTClient

From RAD Studio API Documentation
Jump to: navigation, search

REST.Client.TCustomRESTClientData.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentTRESTClient

Delphi

TRESTClient = class(TCustomRESTClient)

C++

class PASCALIMPLEMENTATION TRESTClient : public TCustomRESTClient

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client REST.Client

Description

This component executes a request to a Web service.

The TRESTClient component manages the HTTP connection to the service, deals with HTTP headers and proxy servers, and receives the response data.

See Also