FTP 応答のステータスを示す番号を取得します。
[Visual Basic]
Public Property FtpStatusCode As System.Net.FtpStatusCode
[C#]
public System.Net.FtpStatusCode FtpStatusCode {get; set;}

プロパティ値

System.Net.FtpStatusCode 値の 1 つ。

解説

FTP 応答のステータスを示す番号です。ステータスを示す値は、FtpStatusCode 列挙体で定義されます。
FtpDeleteFile, FtpDownloadFile, FtpDownloadFileToByteArray, FtpRenameFile, FtpUploadByteArrayToFile, FtpUploadFile メソッドを実行するとステータスを示す番号が設定されます。

参照

ImageKit.File メンバ | Newtone.ImageKit.WPF.ImageKit