The IGetHostPlugIn type exposes the following properties.

Properties

  NameDescription
Description
A description of what the plug-in is and does.
HasViewUI
Indicates if the plug-in has a View UI (a tab in the Simple DNS Plus main window).
Name
The display name of the plug-in.
ProvidesAskAbout
Indicates if plug-in provides "Ask About" options.
QueueLength
Indicate if plug-in performs lookups synchronously (zero) or if lookups are queued and processed asynchronously (>0).
SupportsIPv4
Indicate if plug-in supports IPv4 DNS lookups through the "Lookup" / "LookupReverse" methods.
SupportsIPv6
Indicate if plug-in supports IPv6 DNS lookups through the "Lookup" / "LookupReverse" methods.
SupportsReverse
Indicate if plug-in supports reverse DNS lookups through the "LookupReverse" method.
SupportsTXT
Indicate if plug-in supports TXT-record lookups through the "LookupTXT" method.

See Also