EmailValidatorDnsTimeOut Property |
Gets or sets the amount of time a Dns query will wait to receive a response. Units are milliseconds.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int DnsTimeOut { get; set; }
Public Property DnsTimeOut As Integer
Get
Set
public:
property int DnsTimeOut {
int get ();
void set (int value);
}
member DnsTimeOut : int with get, set
Property Value
Type:
Int32See Also