System.Net.HttpClient.THTTPResponse.GetLastModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLastModified: string; virtual;

C++

virtual System::UnicodeString __fastcall GetLastModified(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 LastModified standard header property.

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

Getter method for the LastModified standard header property.

See Also