These methods download a file to byte array from the remote server.

List of overloaded methods

Downloads a file to byte array from the remote server specified by the URI

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

Downloads a file to byte array from the remote server specified by the URI

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

Downloads a file to byte array from the remote server specified by a scheme, host name, and path.

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

See Also

Http Class | Http Members

 

The ImageKit.NET3 is created by Newtone Corporation