System.Net.HttpClient.IHTTPResponse.GetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentLength: Int64;

C++

virtual __int64 __fastcall GetContentLength() = 0 ;

Properties

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

Description

Getter method for the ContentLength standard header property.

See Also