AnonymousIPResponseIsAnonymousVpn Property |
Returns true if the IP address is registered to an anonymous
VPN provider.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic bool IsAnonymousVpn { get; }
Public ReadOnly Property IsAnonymousVpn As Boolean
Get
public:
property bool IsAnonymousVpn {
bool get ();
}
member IsAnonymousVpn : bool with 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