\r\n

51Degrees Geo-Location .NET  4.4

Geo-location services for 51Degrees Pipeline

FiftyOne.GeoLocation.Core.GeoLookupResult Class Reference

Detailed Description

Data class that contains responses from geolocation lookup services.

Properties

string  GeoServiceResponse [get, set]
The raw string response from the geolocation web service. More...
JavaScript  ClientsideEvidenceJS [get, set]
A JavaScript instance containing the JavaScript to run on the client device in order to supply the evidence required by the geolocation service. More...

Property Documentation

◆ ClientsideEvidenceJS

JavaScript FiftyOne.GeoLocation.Core.GeoLookupResult.ClientsideEvidenceJS
get set

A JavaScript instance containing the JavaScript to run on the client device in order to supply the evidence required by the geolocation service.

This is only populated if the required evidence is not available in the IFlowData.

◆ GeoServiceResponse

string FiftyOne.GeoLocation.Core.GeoLookupResult.GeoServiceResponse
get set

The raw string response from the geolocation web service.

If the IFlowData does not contain the required evidence then the ClientsideEvidenceJS property will be populated instead.