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


WRQCompressionOption Enumeration
Options for specifying how file compression is handled.
Syntax
'Declaration
 
Public Enum WRQCompressionOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As WRQCompressionOption
Members
MemberDescription
HuffmanPerforms Huffman compression on transfers.
NonePerforms no compression on transfers.
RlePerforms run-length compression on transfers.
Inheritance Hierarchy

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

See Also