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