VirtualUI.DownloadFile Method (string, string)

Sends the specified file to the end-user's web browser for saving it in the remote machine.

C#

public void DownloadFile(string LocalFilenamestring RemoteFilename);

Parameters

Parameters

Description

string LocalFilename

Name of the local file to be sent.

string RemoteFilename

Name of the file in the remote machine.

Group

DownloadFile Method