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