InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferReceiveTimeout Property


In This Topic
    TransferReceiveTimeout Property
    In This Topic
    Returns or specifies the maximum number of seconds to wait for a response from the host or InfoConnect during a transfer.
    Syntax
    'Declaration
     
    
    Property TransferReceiveTimeout As Integer
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Integer
     
    instance.TransferReceiveTimeout = value
     
    value = instance.TransferReceiveTimeout
    int TransferReceiveTimeout {get; set;}

    Property Value

    The default value is 15. The range of values is 1-9999.
    Exceptions
    ExceptionDescription
    Thrown if a value outside the range of valid values is specified.
    Remarks
    If nothing is received within the period specified, the file transfer program attempts to resynchronize. (The TransferRetryLimit property determines how many times the file transfer program attempts to retransmit the block.) This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem). The default value is 15. The range of values is 1-9999.
    See Also