Dart.Ftp Namespace > SocketOption Class : SendTimeout Property |
<DefaultValueAttribute(0)> Public Property SendTimeout As Integer
Dim instance As SocketOption Dim value As Integer instance.SendTimeout = value value = instance.SendTimeout
[DefaultValue(0)] public int SendTimeout {get; set;}
[DefaultValue(0)] public: property int SendTimeout { int get(); void set ( int value); }
Values between 1 and 499 will be changed to 500, as 500 is the minimum positive value. Values of 0 and -1 indicate an infinite time-out period.
This option has no affect on CF devices (the Write method will not time out).