TransferStartTimeout Property
In This Topic
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
See Also