Click or drag to resize

TcpTextClientSendTimeout Property

Gets or sets the amount of time the underlying Socket will wait for a send operation to complete successfully.

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

Property Value

Type: TimeSpan
See Also