IGeoIP2DatabaseReader.TryDomain Method (String, DomainResponse) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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: System.String
The IP address. - response
- Type: MaxMind.GeoIP2.Responses.DomainResponse
The DomainResponse.
Return Value
Type:
BooleanA
Boolean describing whether the IP address was found.
See Also