Gets a value of the Last-Modified header, which indicates the last modification date and time of the resource.
Namespace:
Rebex.Net
Assembly:
Rebex.Http (in Rebex.Http.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property LastModified As DateTime Get |
C# |
---|
public DateTime LastModified { get; } |
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.