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