Click or drag to resize

TcpTextClientReceiveTimeout Property

Gets or sets the amount of time the underlying Socket will wait to receive data once a read operation is initiated.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public TimeSpan ReceiveTimeout { get; set; }

Property Value

Type: TimeSpan
See Also