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