InfoConnect for Unisys
TransferStartTimeout Property


Returns or specifies the number of seconds the file transfer program should wait for a response from the host before beginning a transfer. If no response is received within this interval, the program abandons the transfer.
Syntax
'Declaration
 
Property TransferStartTimeout As Integer
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.TransferStartTimeout = value
 
value = instance.TransferStartTimeout
int TransferStartTimeout {get; set;}

Property Value

The default value is 25. The range of values is 5-9999.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if a value outside the range of valid values is specified.
Remarks
This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem). The default value is 25. The range of values is 5-9999.
See Also