IGeoIP2WebServicesClientInsights Method (IPAddress) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
SyntaxInsightsResponse Insights(
IPAddress ipAddress
)
Function Insights (
ipAddress As IPAddress
) As InsightsResponse
InsightsResponse^ Insights(
IPAddress^ ipAddress
)
abstract Insights :
ipAddress : IPAddress -> InsightsResponse
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP address.
Return Value
Type:
InsightsResponseAn
InsightsResponse
See Also