System.Net.FtpWebResponse.LastModified Property

Gets the date and time that a file on an FTP server was last modified.

Syntax

public DateTime LastModified { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FtpWebResponse.LastModified property returns the data requested by the System.Net.WebRequestMethods.Ftp.GetDateTimeStamp method. For requests sent using any other method, FtpWebResponse.LastModified returns DateTime.MinValue.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0