IGeoIP2DatabaseReaderAsn Method (String) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax AsnResponse Asn(
string ipAddress
)
Function Asn (
ipAddress As String
) As AsnResponse
AsnResponse^ Asn(
String^ ipAddress
)
abstract Asn :
ipAddress : string -> AsnResponse
Parameters
- ipAddress
- Type: SystemString
The IP address.
Return Value
Type:
AsnResponseAn
AsnResponseSee Also