Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("This property is ignored and should not be used. Please call FileTransferClient.KeepAlive() from your code instead to keep the connection alive when idle.", _ False)> _ Public Property KeepAliveDuringIdleInterval As Integer Get Set |
| C# |
|---|
[ObsoleteAttribute("This property is ignored and should not be used. Please call FileTransferClient.KeepAlive() from your code instead to keep the connection alive when idle.", false)] public int KeepAliveDuringIdleInterval { get; set; } |