AnonymousIPResponseIsHostingProvider Property |
Returns true if the IP address belongs to a hosting provider.
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic bool IsHostingProvider { get; }
Public ReadOnly Property IsHostingProvider As Boolean
Get
public:
property bool IsHostingProvider {
bool get ();
}
member IsHostingProvider : bool with get
Property Value
Type:
Boolean
See Also