| ClientBaseSendTimeout Property |
Gets or sets the amount of time the underlying
Socket will wait for a send operation to complete successfully.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public TimeSpan SendTimeout { get; set; }
Public Property SendTimeout As TimeSpan
Get
Set
public:
property TimeSpan SendTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member SendTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpanSee Also