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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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
See Also