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