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


In This Topic
    XfrTimeout Property
    In This Topic
    Returns or specifies how many seconds InfoConnect should wait for a host response before timing out and returning an error.
    Syntax
    'Declaration
     
    
    Property XfrTimeout As Integer
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Integer
     
    instance.XfrTimeout = value
     
    value = instance.XfrTimeout
    int XfrTimeout {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.
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    (Most timeouts occur during file transfers, though this value is also used in other situations.) This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is 60. The range of values is 1-9999.
    See Also