REST.Client.TRESTResponse.ContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentLength;

C++

__property ContentLength;

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

Description

Returns the response content length (in bytes).

REST.Client.TRESTResponse.ContentLength inherits from REST.Client.TCustomRESTResponse.ContentLength. All content below this line refers to REST.Client.TCustomRESTResponse.ContentLength.

Returns the response content length (in bytes).

Use this property to get the response content lenght.

See Also