Gets or sets the port on which to communicate with DNS servers.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static int DnsPort { get; set; }
Public Shared Property DnsPort As Integer
Get
Set
Property Value
Type:
Int32The integer value containing the port number to connect to DNS servers on. The default value is 53 (Domain Name Server port).
Exceptions Remarks In some rare cases, the developer may need to set it to 42 (Host Name Server port).
See Also