Platforms to show: All Mac Windows Linux Cross-Platform

DNSAddressRecordMBS 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 address record.
Example
dim r as DNSReplyMBS = DNSUtilMBS.Lookup("www.six.heise.de", DNSUtilMBS.ClassINTERNET, DNSUtilMBS.TypeA)

if r<>Nil then
for each d as DNSResourceRecordMBS in r.Answers
if d.A<>Nil then
MsgBox d.A.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.


DisplayMBS   -   DNSAFSDBRecordMBS


The biggest plugin in space...