Simple DNS Plus calls this method to retrieve "Ask About" options.

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
void GetAskAbout(
	ref DomainName domain,
	ref IPAddress revIP,
	ref byte revMaskSize
)
Visual Basic (Declaration)
Sub GetAskAbout ( _
	ByRef domain As DomainName, _
	ByRef revIP As IPAddress, _
	ByRef revMaskSize As Byte _
)
Visual C++
void GetAskAbout(
	DomainName^% domain, 
	IPAddress^% revIP, 
	unsigned char% revMaskSize
)

Parameters

domain
Type: JHSoftware.SimpleDNS.Plugin..::.DomainName%
Domain name (including sub-names) that Simple DNS Plus should query this plug-in about.
revIP
Type: System.Net..::.IPAddress%
For reverse DNS lookups - first IP address that Simple DNS Plus should query this plug-in about.
revMaskSize
Type: System..::.Byte%
For reverse DNS lookups - mask size of IP address subnet that Simple DNS Plus should query this plug-in about.

Remarks

If your ProvidesAskAbout property returns True, this method must supply the ask-about domain name, reverse IP and reverse IP mask size.

See Also