Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSReplyMBS class.

DNSReplyMBS.Additional(index as Integer) as DNSResourceRecordMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the additional record with the given index.

index is zero based.

Some examples using this method:

DNSReplyMBS.Additionals as DNSResourceRecordMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array with the additional records.

Some examples using this method:

DNSReplyMBS.Answer(index as Integer) as DNSResourceRecordMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the answer with the given index.

index is zero based.

DNSReplyMBS.Answers as DNSResourceRecordMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array with the answer records.

Some examples using this method:

DNSReplyMBS.Authority(index as Integer) as DNSResourceRecordMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the authority with the given index.

index is zero based.

DNSReplyMBS.Authoritys as DNSResourceRecordMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array with the authority records.

Some examples using this method:

DNSReplyMBS.Question(index as Integer) as DNSQuestionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The question with the given index.

index is zero based.

Some examples using this method:

DNSReplyMBS.Questions as DNSQuestionMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DNS MBS MacOSX Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array with the question records.

Some examples using this method:

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


The biggest plugin in space...