public enum GeoMethod : System.Enum
public enum GeoMethod : System.Enum
Member | Description |
---|---|
EmbeddedResource | The data is located in embedded resource |
NotSet | Not set, this will generate a to-do item as one needs to specify a way to connect |
UseApi | The use API provided by your data provider |
UseDatabase | The a database, please note that the database needs to be configured for the provider specified. The Walter.Web.FireWall.Geo.Ip2Location NuGet package contains the database scrip and will create empty tables if the tabled do not exist |
UseFile | The use files provided by MaxMind or IP2Location or your own implementation of IGeoFactory |
System.Object
System.ValueType
System.Enum
Walter.Web.FireWall.Geo.GeoMethod
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2