Get data from the HTTP server.
public void Get(Stream,string);
Get data from the FTP server.
public byte[] Get(string);
public virtual void Get(string,string);
HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace