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.26109.1248
Syntax
public TimeSpan ReceiveTimeout { get; set; }

Property Value

TimeSpan
See Also