Translate page

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);

Inheritance Hierarchy

System..Object
  JollyGiant.Emulation..FileTransfer

See Also


Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.