System.Net.HttpClient.IHTTPResponse.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: string read GetDate;

C++

__property System::UnicodeString Date = {read=GetDate};

Properties

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

Description

Date of the response.

See Also