DnsServerUdpTimeout Property
Gets or sets the amount of time (in milliseconds) the system will wait for UDP message to be sent or received before the operation times out.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int UdpTimeout { get; set; }

Property Value

Type: Int32
The amount of time (in milliseconds) the system will wait for UDP message to be sent or received before the operation times out. The default value is 5000 (5 seconds).
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionUdpTimeout is negative.
Remarks
If you set the property with a value between 1 and 499, .NET Framework will internally use the value of 500. There is no way to have UDP timeout value less than 500 milliseconds.
See Also