PowerTCP Mail 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()>
Public Overridable Property ReceiveTimeout As Integer
Dim instance As SocketOption
Dim value As Integer
 
instance.ReceiveTimeout = value
 
value = instance.ReceiveTimeout
[DefaultValue()]
public virtual int ReceiveTimeout {get; set;}
[DefaultValue()]
public: __property virtual int get_ReceiveTimeout();
public: __property virtual void set_ReceiveTimeout( 
   int value
);
[DefaultValue()]
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 Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic