System.Net.HttpClient.THTTPResponse.GetDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDate: string; virtual;

C++

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

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

Getter method for the Date standard header property.

See Also