Click or drag to resize

FileTransferSettings Class

Represents a file transfer scheme for serialization purpose.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsFileTransferSettings

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class FileTransferSettings : ICloneable

The FileTransferSettings type exposes the following members.

Constructors
  NameDescription
Public methodFileTransferSettings
Initializes a new instance of the FileTransferSettings class
Top
Properties
  NameDescription
Public propertyFtpSchemeData
Gets or sets the FTP file transfer scheme.
Public propertyHostType
Gets or sets the file transfer host type.
Public propertyIndSchemeData
Gets or sets the IND$FILE file transfer scheme.
Top
Methods
  NameDescription
Public methodClone
Creates a copy of the current FileTransferSettings object.
Top
See Also