Walter.Web.FireWall
GeoMethod Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Geo Namespace : GeoMethod Enumeration
Specify the method of accessing GEO data from the Geo Provider
Syntax
public enum GeoMethod : System.Enum 
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.Geo.GeoMethod

Requirements

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

See Also

Reference

Walter.Web.FireWall.Geo Namespace