Ftp.AbortTimeout Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
AbortTimeout
Gets or sets the length of time before the abort operation times out.
Declaration
public int AbortTimeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The length of time, in milliseconds, until the abort operation times out. Default is 3000, which seems to be a reasonable value. |
Remarks
Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.