DSAzure.TAzureService.GetResponseLastModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponseLastModified: TDateTime;

C++

System::TDateTime __fastcall GetResponseLastModified();

Properties

Type Visibility Source Unit Parent
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

Returns the date and time the server returned as being the last modified time for the resource.

GetResponseLastModified returns the date and time the server returned as being the last modified time for the resource that was requested most recently with an HTTP request.

See Also