Click or drag to resize

FtpTransferScheme Class

Represents a FTP file tranfer scheme.
Inheritance Hierarchy
SystemObject
  CustomSchemeFtpSettings
    Flex.Hal.SettingsFtpTransferScheme

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class FtpTransferScheme : CustomScheme<FtpSettings>

The FtpTransferScheme type exposes the following members.

Constructors
 NameDescription
Public methodFtpTransferSchemeInitializes a new instance of the FtpTransferScheme class
Public methodFtpTransferScheme(FtpSettings)Initializes a new instance of the FtpTransferScheme class
Public methodFtpTransferScheme(String)Initializes a new instance of the FtpTransferScheme class
Top
Properties
 NameDescription
Public propertySettings Gets the FTP tranfer settings.
Top
Operators
 NameDescription
Public operatorStatic member(String to FtpTransferScheme) Defines an implicit conversion of a String object to a FtpTransferScheme object.
Top
See Also