An NDoc Documented Class Library

HttpClient.Get Method (String, String)

Get data from the HTTP server.

public virtual void Get(
   string localPath,
   string remoteFile
);

Parameters

localPath
Local file to put data in.
remoteFile
Name of remote file in current directory.

Implements

IFileTransferClient.Get

See Also

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace | HttpClient.Get Overload List