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; }

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also