リモートサーバからバイト配列にデータをダウンロードします。

オーバーロード一覧

指定した URI を持つリモートサーバからバイト配列にデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFileToByteArray(String) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(string)

指定した URI を持つリモートサーバからバイト配列にデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFileToByteArray(System.Uri) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(System.Uri)

指定したホスト名とパス名を持つリモートサーバからバイト配列にデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFileToByteArray(String, String) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(string, string)

指定したホスト名とパス名およびポート番号を持つリモートサーバからバイト配列にデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFileToByteArray(String, String, Integer) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(string, string, int)

参照

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