Gets/Sets the length of time that the TCP connection remains open after a call to Close when data remains to be sent.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public int Linger { get; set; }
Visual Basic
Public Property Linger As Integer
	Get
	Set
Visual C++
public:
property int Linger {
	int get ();
	void set (int value);
}

See Also