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

プロパティ値

System.Net.HttpStatusCode 値の 1 つ。

解説

HTTP 応答のステータスを示す番号です。ステータスを示す値は、HttpStatusCode 列挙体で定義されます。
HttpDeleteFile, HttpDownloadFile, HttpDownloadFileToByteArray, HttpUploadByteArrayToFile, HttpUploadFile メソッドを実行するとステータスを示す番号が設定されます。

参照

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