InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IOS2200FileTransfer Interface / TransferTimeout Property


In This Topic
    TransferTimeout Property
    In This Topic
    Gets or sets the number of seconds (0-100) that the file transfer protocol will wait for a host response before canceling the transfer.
    Syntax
    'Declaration
     
    
    Property TransferTimeout As Integer
    'Usage
     
    
    Dim instance As IOS2200FileTransfer
    Dim value As Integer
     
    instance.TransferTimeout = value
     
    value = instance.TransferTimeout
    int TransferTimeout {get; set;}
    See Also