InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / WRQFastFileTransferOption Enumeration
In This Topic
    WRQFastFileTransferOption Enumeration
    In This Topic
    Options for specifying whether Reflection uses the fast file transfer feature.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("6BC2F95E-3D23-41d2-936D-DD77DA594D70")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum WRQFastFileTransferOption 
       Inherits 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.
    See Also