DatabaseReaderTryAnonymousIP Method (String, AnonymousIPResponse) | 
  
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic bool TryAnonymousIP(
	string ipAddress,
	out AnonymousIPResponse response
)
Public Function TryAnonymousIP ( 
	ipAddress As String,
	<OutAttribute> ByRef response As AnonymousIPResponse
) As Boolean
public:
virtual bool TryAnonymousIP(
	String^ ipAddress, 
	[OutAttribute] AnonymousIPResponse^% response
) sealed
abstract TryAnonymousIP : 
        ipAddress : string * 
        response : AnonymousIPResponse byref -> bool 
override 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.
Implements
IGeoIP2DatabaseReaderTryAnonymousIP(String, AnonymousIPResponse)
See Also