InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IFileTransfer Interface / HostTimeout Property


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