DnsServerUdpRetryCount Property |
Gets or sets a value of the maximum number of times to attempt to connect
to the DNS server using the UDP protocol.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int UdpRetryCount { get; set; }
Public Property UdpRetryCount As Integer
Get
Set
Property Value
Type:
Int32An integer value in the range 0 to 10 indicating the maximum number
of times to attempt to connect to the DNS server using the UDP protocol.
The default value is 2.
Exceptions Remarks In case if UDP retry count exceeded, MailBee will also make yet another attempt via TCP (unless
TryTcp is
false).
See Also