HttpResponse.LastModified Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
LastModified
Gets a value of the Last-Modified header, which indicates the last modification date and time of the resource.
Declaration
public DateTime LastModified { get; }
Property Value
Type | Description |
---|---|
DateTime |
Remarks
If the Last-Modified header is missing, the received time is used.
If the Last-Modified header cannot be parsed, the ProtocolViolationException is thrown.