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.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int UdpTimeout { get; set; }
Public Property UdpTimeout As Integer
Get
Set
Property Value
Type:
Int32The 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 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