API:REST.Client.TCustomRESTRequest.AddFile

From RAD Studio API Documentation

Delphi

procedure AddFile(const AName, AFileName: string; AContentType: TRESTContentType = TRESTContentType.ctNone); overload;
procedure AddFile(const AFileName: string; AContentType: TRESTContentType = TRESTContentType.ctNone);  overload;

C++

void __fastcall AddFile(const System::UnicodeString AName, const System::UnicodeString AFileName, Rest::Types::TRESTContentType AContentType = Rest::Types::TRESTContentType())/* overload */;
void __fastcall AddFile(const System::UnicodeString AFileName, Rest::Types::TRESTContentType AContentType = Rest::Types::TRESTContentType())/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.