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