SMTPConn.Timeout Property

Definition

Gets or sets the timeout request made by the connection.

public:
 property Nullable<int> Timeout { Nullable<int> get(); void set(Nullable<int> value); };
public int? Timeout { get; set; }
member this.Timeout : Nullable<int> with get, set
Public Property Timeout As Nullable(Of Integer)

Property Value

The timeout request made by the connection.

Applies to