This method downloads data on the Http server to a local file.

Overload list

This method downloads data on the Http server with specified URI to a local file.

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

This method downloads data on the Http server with specified URI to a local file.

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

This method downloads data on the Http server with specified scheme, host name and path name to a local file.

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

See Also

Http Class | Http Members

The ImageKit.NET3 is created by Newtone Corporation