MCPcopy Create free account
hub / github.com/aptabase/aptabase / GetClientLocation

Method GetClientLocation

src/Features/GeoIP/IGeoIPClient.cs:28–28  ·  view source on GitHub ↗
(HttpContext httpContext)

Source from the content-addressed store, hash-verified

26public abstract class GeoIPClient
27{
28 public abstract GeoLocation GetClientLocation(HttpContext httpContext);
29
30 private readonly Dictionary<string, Dictionary<string, Coordinates>> _coordinates;
31

Callers 2

SingleMethod · 0.45
MultipleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected