FileTransferSettings.KeepAliveDuringTransferInterval Property
Namespace: Rebex.Net
Assembly: Rebex.FileTransfer.dll (version 7.0.9147)
KeepAliveDuringTransferInterval
Gets or sets the length of interval (in seconds) between NOOP commands sent during transfer when
the Rebex.
Declaration
public int KeepAliveDuringTransferInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The length of interval, in seconds, between successive NOOP commands. Default is 600. |
Remarks
Minimal value is 30. Setting this to a value lower than 30 will set it to 30.
The Rebex.