Click or drag to resize

IGeoIP2DatabaseReaderAsn Method (String)

Returns an AsnResponse for the specified IP address.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
AsnResponse Asn(
	string ipAddress
)

Parameters

ipAddress
Type: SystemString
The IP address.

Return Value

Type: AsnResponse
An AsnResponse
See Also