 | FTPHeaderRetryCount Property |
Gets or sets the retry count in case of connection issues
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic int RetryCount { get; set; }Public Property RetryCount As Integer
Get
Set
public:
property int RetryCount {
int get ();
void set (int value);
}member RetryCount : int with get, set
Property Value
Type:
Int32The retry count.
See Also