Reflection
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
public enum WRQFastFileTransferOption : System.Enum 
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