Click or drag to resize

TraitsIsAnonymousVpn Property

This is true if the IP address is registered to an anonymous VPN provider. This value is only available from GeoIP2 Precision Insights.

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public bool IsAnonymousVpn { get; }

Property Value

Type: Boolean
Remarks
If a VPN provider does not register subnets under names associated with them, we will likely only flag their IP ranges using the IsHostingProvider property.
See Also