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


WRQFastFileTransferOption Enumeration
Options for specifying whether Reflection uses the fast file transfer feature.
Syntax
'Declaration
 
Public Enum WRQFastFileTransferOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As WRQFastFileTransferOption
Members
MemberDescription
AlwaysFast file transfer is always used.
NegotiateReflection attempts a fast file transfer. If the fast file transfer feature is not available, a standard transfer is used.
NeverFast file transfer is never used.
Inheritance Hierarchy

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

See Also