AnonymousIPResponseIsTorExitNode Property  | 
 
                Returns true if IP is a Tor exit node.
            
 
    Namespace: 
   MaxMind.GeoIP2.Responses
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic bool IsTorExitNode { get; }Public ReadOnly Property IsTorExitNode As Boolean
	Get
public:
property bool IsTorExitNode {
	bool get ();
}member IsTorExitNode : bool with get
Property Value
Type: 
Boolean
See Also