VirtualUI.DownloadFile Method (string)

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

C#

public void DownloadFile(string LocalFilename);

Parameters

Parameters

Description

string LocalFilename

Name of both the local and remote file .

Group

DownloadFile Method