AnonymousIPResponseIsResidentialProxy Property |
This is true if the IP address is on a suspected anonymizing
network and belongs to a residential ISP.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic bool IsResidentialProxy { get; }
Public ReadOnly Property IsResidentialProxy As Boolean
Get
public:
property bool IsResidentialProxy {
bool get ();
}
member IsResidentialProxy : bool with get
Property Value
Type:
Boolean
See Also