System.Net.HttpClient.IHTTPResponse.ContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentLength: Int64 read GetContentLength;

C++

__property __int64 ContentLength = {read=GetContentLength};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse

Description

Content-Length field of the response, that indicates the length of the response.

If the server does not provide a Content-Length header, the value of the ContentLength property is -1.

See Also