IGeoIP2DatabaseReaderAnonymousIP Method (String) |
Look up an IP address in a GeoIP2 Anonymous IP.
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
SyntaxAnonymousIPResponse AnonymousIP(
string ipAddress
)
Function AnonymousIP (
ipAddress As String
) As AnonymousIPResponse
AnonymousIPResponse^ AnonymousIP(
String^ ipAddress
)
abstract AnonymousIP :
ipAddress : string -> AnonymousIPResponse
Parameters
- ipAddress
- Type: SystemString
The IP address.
Return Value
Type:
AnonymousIPResponseAn
AnonymousIPResponse
See Also