REST.Client.TCustomRESTRequest.GetClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClient: TCustomRESTClient; virtual;

C++

virtual TCustomRESTClient* __fastcall GetClient();

Properties

Type Visibility Source Unit Parent
function protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

Description

Getter of Client.

See Also