オーバーロード一覧
指定した URI を持つリモートサーバからバイト配列にデータをダウンロードします。
[Visual Basic] Public Function HttpDownloadFileToByteArray(String) As Byte()
[C#] public byte[] HttpDownloadFileToByteArray(string)
指定した URI を持つリモートサーバからバイト配列にデータをダウンロードします。
[Visual Basic] Public Function HttpDownloadFileToByteArray(System.Uri) As Byte()
[C#] public byte[] HttpDownloadFileToByteArray(System.Uri)
指定したスキームとホスト名およびパス名を持つリモートサーバからバイト配列にデータをダウンロードします。
[Visual Basic] Public Function HttpDownloadFileToByteArray(String, String, String) As Byte()
[C#] public byte[] HttpDownloadFileToByteArray(string, string, string)
参照
ImageKit.File メンバ | Newtone.ImageKit.WPF.ImageKit