Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSAddressRecordMBS class.

DNSAddressRecordMBS.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 IPv4 address.
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

(Read and Write property)

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


The biggest plugin in space...