REST.Client.TCustomRESTResponse.ResetToDefaults
Delphi
procedure ResetToDefaults;
C++
void __fastcall ResetToDefaults();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTResponse |
Description
Resets all fields to their default values.
Note that this method deletes all information on the response state, such as Content or StatusCode, etc.