Indicate if plug-in supports IPv6 DNS lookups through the "Lookup" / "LookupReverse" methods.

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

Syntax

C#
bool SupportsIPv6 { get; }
Visual Basic (Declaration)
ReadOnly Property SupportsIPv6 As Boolean
Visual C++
property bool SupportsIPv6 {
	bool get ();
}

See Also