AnonymousIPResponseIsTorExitNode Property |
Returns true if IP is a Tor exit node.
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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