| ClientBaseReceiveTimeout Property |
Gets or sets the amount of time the underlying
Socket will wait to receive data once a read operation is initiated.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public TimeSpan ReceiveTimeout { get; set; }
Public Property ReceiveTimeout As TimeSpan
Get
Set
public:
property TimeSpan ReceiveTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member ReceiveTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpanSee Also