IGeoIP2DatabaseReaderAsn Method (IPAddress) | 
  
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
SyntaxAsnResponse Asn(
	IPAddress ipAddress
)
Function Asn ( 
	ipAddress As IPAddress
) As AsnResponse
AsnResponse^ Asn(
	IPAddress^ ipAddress
)
abstract Asn : 
        ipAddress : IPAddress -> AsnResponse 
Parameters
- ipAddress
 - Type: System.NetIPAddress
The IP address. 
Return Value
Type: 
AsnResponseAn 
Response
See Also