Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSIN6AddressRecordMBS class.

DNSIN6AddressRecordMBS.address as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The IPv6 address.
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

(Read and Write property)

DNSIN6AddressRecordMBS.rawaddress as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The raw address as a memoryblock.

(Read and Write property)

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


The biggest plugin in space...