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.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic bool IsLegitimateProxy { get; }
Public ReadOnly Property IsLegitimateProxy As Boolean
Get
public:
property bool IsLegitimateProxy {
bool get ();
}
member IsLegitimateProxy : bool with get
Property Value
Type:
Boolean
See Also