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