property RestClient: TScRestClient;
Description
Gets or sets a reference to the associated TScRestClient object.
The TScRestRequest component can’t execute requests unless it’s bound to a TScRestClient instance. If the RestClient property isn't set, attempting to execute the request will result in an exception.
See also