Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / TransferLinkOption Enumeration


TransferLinkOption Enumeration
Options for specifying the extent to which nonprinting ASCII characters are automatically converted to printing ASCII characters during file transfers.
Syntax
'Declaration
 
Public Enum TransferLinkOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TransferLinkOption
Members
MemberDescription
EightBitLinkOnly a small number of nonprinting ASCII characters are converted.
SevenBitLinkAll nonprinting ASCII characters are converted.
UserDefinedLinkAll characters that would be converted under EightBitLink are converted, along with additional characters as specified with the WRQExtraCharacters property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.TransferLinkOption

See Also