File Transfer Class
Defines methods for file transfers between the QWS application and the mainframe host.
Namespace: Â JollyGiant.Emulation
Assembly: Â JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class FileTransfer : IFileTransfer |
Visual Basic (Declaration) |
---|
Public Class FileTransfer _ Implements IFileTransfer |
Visual C++ |
---|
public ref class FileTransfer : IFileTransfer |
JavaScript |
---|
JollyGiant.Emulation.FileTransfer = function(); Type.createClass( 'JollyGiant.Emulation.FileTransfer', null, JollyGiant.Emulation.IFileTransfer); |