Click or drag to resize

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; }

Property Value

Type: TimeSpan
See Also