ComponentSpace FTP Class Library Reference

FailSafeTransfer.RetryCount Property

Gets or sets the number of times to attempt the upload or download.

[Visual Basic]
Public Property RetryCount As Integer
[C#]
public int RetryCount {get; set;}

Property Value

The transfer retry count. A value of zero indicates to retry indefinitely. The default value is zero (ie. retry indefinitely).

Remarks

Once the retry count has been reached no further transfers attempts are made and an exception is thrown to indicate the transfer failed.

See Also

FailSafeTransfer Class | ComponentSpace.Ftp Namespace