Show / Hide Table of Contents

Class IPAddressLocationManager.IPAddressLocationCacheInfo

Inheritance
Object
IPAddressLocationManager.IPAddressLocationCacheInfo
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class IPAddressLocationCacheInfo

Properties

City

Declaration
public string City { get; set; }
Property Value
String

CountryCode

Declaration
public string CountryCode { get; set; }
Property Value
String

Region

Declaration
public string Region { get; set; }
Property Value
String

Operators

Implicit(IPAddressLocation to IPAddressLocationManager.IPAddressLocationCacheInfo)

Declaration
public static implicit operator IPAddressLocationManager.IPAddressLocationCacheInfo(IPAddressLocation ipAddress)
Parameters
IPAddressLocation ipAddress

Returns
IPAddressLocationManager.IPAddressLocationCacheInfo

Implicit(IPAddressLocationManager.IPAddressLocationCacheInfo to IPAddressLocation)

Declaration
public static implicit operator IPAddressLocation(IPAddressLocationManager.IPAddressLocationCacheInfo cache)
Parameters
IPAddressLocationManager.IPAddressLocationCacheInfo cache

Returns
IPAddressLocation

Back to top Generated by DocFX