MobileForms Toolkit Documentation

NetFile.Download Method

Downloads the file from remote location represented by this object

Overload List

Downloads the file from remote location represented by this object

public abstract NetRequest Download(NetAsyncCallback,object);

Downloads the file from remote location represented by "file" object

public static NetRequest Download(NetFile,NetAsyncCallback,object);

Downloads the file from remote location represented by "file" object and saves it into local storage

public static NetRequest Download(NetFile,string,NetAsyncCallback,object);

Downloads the file from remote location represented by this object and saves it into local storage

public NetRequest Download(string,NetAsyncCallback,object);

See Also

NetFile Class | Resco.Net Namespace