Class GeoIpRecord
Inheritance
System.Object
GeoIpRecord
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.Providers.MaxMind.Internal
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7Syntax
public sealed class GeoIpRecord : IGeolocationResult
Constructors
GeoIpRecord()
Declaration
public GeoIpRecord()
Explicit Interface Implementations
IGeolocationResult.ContinentCode
Declaration
string IGeolocationResult.ContinentCode { get; }
Returns
Type | Description |
---|---|
System.String |
IGeolocationResult.CountryCode
Declaration
string IGeolocationResult.CountryCode { get; }
Returns
Type | Description |
---|---|
System.String |
IGeolocationResult.Location
Declaration
GeoCoordinate IGeolocationResult.Location { get; }
Returns
Type | Description |
---|---|
GeoCoordinate |
IGeolocationResult.Region
Declaration
string IGeolocationResult.Region { get; }
Returns
Type | Description |
---|---|
System.String |
IGeolocationResult.TimeZone
Declaration
TimeZoneInfo IGeolocationResult.TimeZone { get; }
Returns
Type | Description |
---|---|
System.TimeZoneInfo |