REST.Client.TRESTClient.BaseURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseURL;

C++

__property BaseURL = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

Specifies the primary endpoint of a service-provider and typically remains constant for all requests to this provider.

All requests are directed to this endpoint, so the BaseURL is the 'first half' of the complete request-url. The 'second half' is the Resource property of the TRESTRequest component.