Gets the file transfer interface.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IFileTransfer FileTransfer { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property FileTransfer As IFileTransfer |
Visual C++ |
---|
public: virtual property IFileTransfer^ FileTransfer { IFileTransfer^ get () sealed; } |
JavaScript |
---|
function get_FileTransfer(); |
Field Value
The file transfer interface.
...