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.DnsMX
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int UdpRetryCount { get; set; }

Property Value

Type: Int32
An 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
ExceptionCondition
MailBeeInvalidArgumentExceptionUdpRetryCount is less than 0 or greater than 10.
See Also