EMS.ResourceAPI.TEndpointResponseBody.SetBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBytes(const ABytes: TBytes; const AContentType: string); virtual; abstract;

C++

virtual void __fastcall SetBytes(const System::DynamicArray<System::Byte> ABytes, const System::UnicodeString AContentType) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointResponseBody

Description

Fills the body with the specified bytes and internet media type.

See Also