TraitsIsHostingProvider Property |
This is true if the IP address belongs to a hosting or VPN
provider (see description of IsAnonymousVpn property).
This value is only available from GeoIP2 Precision Insights.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
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