| 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; }
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
Type:
TimeSpanSee Also