|
FtpClientTimeout Property
|
Gets or sets the timeout, in milliseconds, for
read and write operations, defaults to 30 seconds.
Namespace:
GSF.Net.AbstractFtpClient
Assembly:
GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax public int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
public:
property int Timeout {
int get ();
void set (int value);
}
member Timeout : int with get, set
function get_Timeout();
function set_Timeout(value);
Request Example
View SourceProperty Value
Type:
Int32See Also