An NDoc Documented Class Library

HttpClient.Get Method

Get data from the HTTP server.

Overload List

Get data from the HTTP server.

public void Get(Stream,string);

Get data from the FTP server.

public byte[] Get(string);

Get data from the HTTP server.

public virtual void Get(string,string);

See Also

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace