IGeoIP2DatabaseReaderIsp Method (IPAddress) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
SyntaxIspResponse Isp(
IPAddress ipAddress
)
Function Isp (
ipAddress As IPAddress
) As IspResponse
IspResponse^ Isp(
IPAddress^ ipAddress
)
abstract Isp :
ipAddress : IPAddress -> IspResponse
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP address.
Return Value
Type:
IspResponseAn
IspResponse
See Also