System.Net.FtpWebResponse.StatusDescription Property

Gets text that describes a status code sent from the FTP server.

Syntax

public string StatusDescription { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The text returned by the FtpWebResponse.StatusDescription property includes the 3-digit FtpWebResponse.StatusCode property value. When downloading data, the value of FtpWebResponse.StatusDescription changes as status codes are returned by the FTP server. After you call the FtpWebRequest.GetResponse method, FtpWebResponse.StatusDescription contains an intermediate status code. When you call the FtpWebResponse.Close method, FtpWebResponse.StatusDescription contains the final status.

Requirements

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