| 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; }
Public Property ReceiveTimeout As TimeSpan
Get
Set
public:
property TimeSpan ReceiveTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member ReceiveTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpanSee Also