REST.Client.TRESTClient.BaseURL
Delphi
property BaseURL: string read GetBaseURL write SetBaseURL default 0;
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.