 | FTPServerElementretryWaitSeconds Property |
Gets or sets the retry wait seconds.
Namespace:
Koden.Utils.FTPClient.ConfigFileSections
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic int retryWaitSeconds { get; set; }
Public Property retryWaitSeconds As Integer
Get
Set
public:
property int retryWaitSeconds {
int get ();
void set (int value);
}
member retryWaitSeconds : int with get, set
Property Value
Type:
Int32
The retry wait seconds.
See Also