TraitsIsLegitimateProxy Property |
True if MaxMind believes this IP address to be a legitimate
proxy, such as an internal VPN used by a corporation. This is
only available in the GeoIP2 Enterprise database.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public bool IsLegitimateProxy { get; }
Public ReadOnly Property IsLegitimateProxy As Boolean
Get
public:
property bool IsLegitimateProxy {
bool get ();
}
member IsLegitimateProxy : bool with get
Property Value
Type:
BooleanSee Also