Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / XfrStartTimeout Property


In This Topic
    XfrStartTimeout Property
    In This Topic
    Returns or specifies how many seconds Reflection should wait for a host response when attempting to connect to a host.
    Syntax
    'Declaration
     
    
    Property XfrStartTimeout As Integer
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Integer
     
    instance.XfrStartTimeout = value
     
    value = instance.XfrStartTimeout
    int XfrStartTimeout {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a Reflection 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
    If the specified amount of time elapses with no response from the host, Reflection times out and returns an error. This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is 25. The range of values is 1-9999.
    See Also