Class GeoLookupModule
Provides module facade for GeoLookupService
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Web.GeoLookup
Assembly: Azos.Web.dll
Syntax
public sealed class GeoLookupModule : ModuleBase, IModuleImplementation, IModule, INamed, IOrdered, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationInjection, IGeoLookup, IApplicationComponent
Constructors
GeoLookupModule(IModule)
Creates a module under a parent module, such as HubModule
Declaration
public GeoLookupModule(IModule parent)
Parameters
Type | Name | Description |
---|---|---|
IModule | parent |
GeoLookupModule(IApplication)
Creates a root module without a parent
Declaration
public GeoLookupModule(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
Properties
Available
Declaration
public bool Available { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
IsHardcodedModule
Declaration
public override bool IsHardcodedModule { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Resolution
Declaration
public LookupResolution Resolution { get; }
Property Value
Type | Description |
---|---|
LookupResolution |
Methods
Destructor()
Declaration
protected override void Destructor()
Overrides
DoApplicationAfterInit()
Declaration
protected override bool DoApplicationAfterInit()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
DoApplicationBeforeCleanup()
Declaration
protected override bool DoApplicationBeforeCleanup()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
DoConfigure(IConfigSectionNode)
Declaration
protected override void DoConfigure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
Overrides
Lookup(IPAddress)
Declaration
public GeoEntity Lookup(IPAddress address)
Parameters
Type | Name | Description |
---|---|---|
System.Net.IPAddress | address |
Returns
Type | Description |
---|---|
GeoEntity |
Implements
System.IDisposable