Click or drag to resize

DnsHelper(String, NullableInt32) Constructor

Creates new DnsHelper object instance using specified DNS server address and port.

Namespace: Limilabs.Client.DNS
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public DnsHelper(
	string dnsServerAddress,
	int? dnsServerPort = null
)

Parameters

dnsServerAddress  String
DNS server address.
dnsServerPort  NullableInt32  (Optional)
DNS server port -or- null for default value.
See Also