REST.Client.TCustomRESTRequest.Resource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resource: string read FResource write SetResource;

C++

__property System::UnicodeString Resource = {read=FResource, write=SetResource};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

Description

This property is added to the base URL to establish a complete URL for the HTTP request.

Important: The Resource value should meet the following limitations:
  • Does not include the scheme or domain mame.
  • Does not include the leading slash.

If you are accessing an EMS resource, the Resource property must contain the resource name of the target resource.

See Also