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


TransmitFileOption Enumeration
Specifies additional, non-default behavior for the FileTransfer.TransmitFile method.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum TransmitFileOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TransmitFileOption
Members
MemberDescription
NoDisplaySpecifies that incoming characters should not be displayed in the terminal window while waiting for the PromptChar or for PauseTime at the end of a line.
NoTranslationIndicates that the file contains binary data, and should not be translated from the PC character set into the host character set.
Inheritance Hierarchy

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

See Also