Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("KeepAliveDuringTransferInterval property has been deprecated and will be removed. Use Settings.KeepAliveDuringTransferInterval instead.", _ True)> _ Public Property KeepAliveDuringTransferInterval As Integer Get Set |
C# |
---|
[ObsoleteAttribute("KeepAliveDuringTransferInterval property has been deprecated and will be removed. Use Settings.KeepAliveDuringTransferInterval instead.", true)] public int KeepAliveDuringTransferInterval { get; set; } |