IGeoIP2DatabaseReaderTryAnonymousIP Method (String, AnonymousIPResponse) | 
  
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxbool TryAnonymousIP(
	string ipAddress,
	out AnonymousIPResponse response
)
Function TryAnonymousIP ( 
	ipAddress As String,
	<OutAttribute> ByRef response As AnonymousIPResponse
) As Boolean
bool TryAnonymousIP(
	String^ ipAddress, 
	[OutAttribute] AnonymousIPResponse^% response
)
abstract TryAnonymousIP : 
        ipAddress : string * 
        response : AnonymousIPResponse byref -> bool 
Parameters
- ipAddress
 - Type: SystemString
The IP address. - response
 - Type: MaxMind.GeoIP2.ResponsesAnonymousIPResponse
The AnonymousIPResponse. 
Return Value
Type: 
BooleanA 
Boolean describing whether the IP address was found.
See Also