void Get(
string localPath,
string remoteFile
)Sub Get (
localPath As String,
remoteFile As String
)void Get(
String^ localPath,
String^ remoteFile
)abstract Get :
localPath : string *
remoteFile : string -> unit