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 HttpDownloadFileToByteArray(String) As Byte()
[C#] public byte[] HttpDownloadFileToByteArray(string)

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

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

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

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

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation