An NDoc Documented Class Library

DNSLookup.QTYPE_CNAME Field

Query type value for Canonical Name Record. Alias Hostname can be created for some other hostname in possibly a different domain. The CNAME record provides the real hostname for a given hostname.

public const int QTYPE_CNAME = 5;

See Also

DNSLookup Class | Lavantech.Dns Namespace