Click or drag to resize

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
Syntax
public int RetryWaitSeconds { get; set; }

Property Value

Type: Int32
The back off interval seconds.
See Also