Dart.Ftp Namespace > Ftp Class : Timeout Property |
<DefaultValueAttribute(10000)> Public Property Timeout As Integer
[DefaultValue(10000)] public int Timeout {get; set;}
[DefaultValue(10000)] public: property int Timeout { int get(); void set ( int value); }
This property is used to specify SendTimeout and ReceiveTimeout for control and data connections. Set Ftp.Connection.SocketOption.SendTimeout or Ftp.Connection.SocketOption.ReceiveTimeout after setting this property to configure control connection timeouts only.
This property does not affect an active data connection.