AnonymousIPResponseIsPublicProxy Property  | 
 
                Returns true if the IP address belongs to a public proxy.
            
 
    Namespace: 
   MaxMind.GeoIP2.Responses
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic bool IsPublicProxy { get; }Public ReadOnly Property IsPublicProxy As Boolean
	Get
public:
property bool IsPublicProxy {
	bool get ();
}member IsPublicProxy : bool with get
Property Value
Type: 
Boolean
See Also