Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferStartTimeout Property


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

Property Value

The default value is 25. The range of values is 5-9999.
Exceptions
ExceptionDescription
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