REST.Client.TCustomRESTResponse.ContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentLength: cardinal read GetContentLength;

C++

__property unsigned ContentLength = {read=GetContentLength, nodefault};

Properties

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

Description

Returns the response content length (in bytes).

Use this property to get the response content lenght.

See Also