 | TcpTextClientSendTimeout Property |
Gets or sets the amount of time the underlying
Socket will wait for a send operation to complete successfully.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic TimeSpan SendTimeout { get; set; }Public Property SendTimeout As TimeSpan
Get
Set
public:
property TimeSpan SendTimeout {
TimeSpan get ();
void set (TimeSpan value);
}member SendTimeout : TimeSpan with get, set
Property Value
TimeSpan
See Also