Platforms to show: All Mac Windows Linux Cross-Platform

DNSIN6AddressRecordMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The class for an IPv6 address record.
Example
dim r as DNSReplyMBS = DNSUtilMBS.Lookup("www.six.heise.de", DNSUtilMBS.ClassINTERNET, DNSUtilMBS.TypeAAAA)

if r<>Nil then
for each d as DNSResourceRecordMBS in r.Answers
if d.AAAA<>Nil then
MsgBox d.AAAA.address
end if
next
end if

This class has no sub classes.

Some properties using for this class:

Some examples using this class:


The items on this page are in the following plugins: MBS MacOSX Plugin.


DNSHINFORecordMBS   -   DNSISDNRecordMBS


The biggest plugin in space...