AnonymousIPResponseIsAnonymous Property |
Returns true if the IP address belongs to any sort of anonymous network.
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic bool IsAnonymous { get; }
Public ReadOnly Property IsAnonymous As Boolean
Get
public:
property bool IsAnonymous {
bool get ();
}
member IsAnonymous : bool with get
Property Value
Type:
Boolean
See Also