 | FTPHeaderRetryWaitSeconds Property |
Gets or sets the back off interval in seconds (Request Management can block requests coming in too fast).
Namespace:
Koden.Utils.FTPClient
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:
Int32The back off interval seconds.
See Also