DnsCacheCount Property
Gets the number of DNS records already in the cache.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public static int Count { get; }

Property Value

Type: Int32
An integer value specifying the number of DNS MX, TXT and PTR records already in the cache. The value is zero if the cache is empty.
See Also