InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400Transport Property


In This Topic
    Xfr400Transport Property
    In This Topic
    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
    This exception is thrown when you modify an 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