InfoConnect for Airlines
Xfr400Transport Property


Returns or specifies the protocol to use for data transfers.
Syntax
'Declaration
 
Property Xfr400Transport As AS400TransportOption
'Usage
 
Dim instance As IFileTransfer
Dim value As AS400TransportOption
 
instance.Xfr400Transport = value
 
value = instance.Xfr400Transport
AS400TransportOption Xfr400Transport {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Remarks
For example, this statement specifies TCP/IP file transfers:

FileTransfer.Xfr400Transport = TCPIP

This property affects AS/400 data transfer and is only relevant for 5250 sessions.
  • Uses IBM Comm Server.
  • Uses 802.2.
  • Uses TCP/IP.
  • Uses MPTN. (The default.)
  • Uses MS SNA Server.
  • Uses NetWare SAA.
  • Uses SDLC.
  • Uses Twinax.
See Also