Catalyst File Transfer .NET

FileTransfer.LocalFile Property

Gets and sets the name of the file on the local system.

[Visual Basic]
Public Property LocalFile As String
[C#]
public string LocalFile {get; set;}

Property Value

A string value which specifies the name of the local file.

Remarks

The LocalFile property is used to specify the local file name that will be used when uploading or downloading files. This property is automatically updated whenever the GetFile or PutFile methods are called, specifying the local file name.

See Also

FileTransfer Class | SocketTools Namespace