PowerTCP FTP for .NET
ReceiveTimeout Property (SocketOption)



Gets or sets a value that specifies the amount of time after which the underlying Socket.Receive call will time out.
Syntax
<DefaultValueAttribute(0)>
Public Overridable Property ReceiveTimeout As Integer
Dim instance As SocketOption
Dim value As Integer
 
instance.ReceiveTimeout = value
 
value = instance.ReceiveTimeout
[DefaultValue(0)]
public virtual int ReceiveTimeout {get; set;}
[DefaultValue(0)]
public:
virtual property int ReceiveTimeout {
   int get();
   void set (    int value);
}

Property Value

The time-out value in milliseconds.
Remarks
A value of 0 or -1 indicates an infinite time-out period.
See Also

Reference

SocketOption Class
SocketOption Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic