Class IPAddressLocationManager.IPAddressLocationCacheInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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
CountryCode
Region
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
|