System.Net.HttpClient.THTTPResponse.GetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentLength: Int64; virtual;

C++

virtual __int64 __fastcall GetContentLength(void);

Properties

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

Description

Getter method for the ContentLength standard header property.

System.Net.HttpClient.THTTPResponse.GetContentLength inherits from System.Net.HttpClient.IHTTPResponse.GetContentLength. All content below this line refers to System.Net.HttpClient.IHTTPResponse.GetContentLength.

Getter method for the ContentLength standard header property.

See Also