Click or drag to resize

FTPServerElementretryCount Property

Gets or sets the retry count.

Namespace:  Koden.Utils.FTPClient.ConfigFileSections
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public int retryCount { get; set; }

Property Value

Type: Int32
The retry count.
See Also