 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
TimeSpan
See Also