InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / FileTransferTypeOption Enumeration


In This Topic
    FileTransferTypeOption Enumeration
    In This Topic
    Specifies the transfer protocol that will be used for a UTS session.
    Syntax
    'Declaration
     
    
    Public Enum FileTransferTypeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FileTransferTypeOption
    public enum FileTransferTypeOption : System.Enum 
    Members
    MemberDescription
    MAPPERMAPPER file transfer
    NoneNo file transfer supported
    OS2200OS2200 file transfer
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.UTS.FileTransferTypeOption

    See Also