InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400TransportOption Enumeration


AS400TransportOption Enumeration
Specifies the protocol to use.
Syntax
'Declaration
 
Public Enum AS400TransportOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As AS400TransportOption
Members
MemberDescription
LipiTcpUse TCP/IP
Remarks
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.AS400TransportOption

See Also