Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels