This method downloads a file from an Http server.

Overload List

This method downloads a file from an Http server specifying the remote URI and a local filename.

[Visual Basic] Public Function HttpDownloadFile(String, String) As Boolean
[C#] public bool HttpDownloadFile(string, string)

This method downloads a file from an Http server specifying the remote URI and a local filename

[Visual Basic] Public Function HttpDownloadFile(System.Uri, String) As Boolean
[C#] public bool HttpDownloadFile(System.Uri, string)

This method downloads a file from an Http server specifying the potocol scheme, the host name, the remote URI, and a local filename.

[Visual Basic] Public Function HttpDownloadFile(String, String, String, String) As Boolean
[C#] public bool HttpDownloadFile(string, string, string, string)

See Also

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

The ImageKit WPF is created by Newtone Corporation