Downloads the file from remote location represented by this object
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);
NetFile Class | Resco.Net Namespace