Show / Hide Table of Contents

Class IPCount

Inheritance
object
IPCount
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke.dll
Syntax
public class IPCount

Constructors

IPCount()

Declaration
public IPCount()

Properties

CachePath

Declaration
public static string CachePath { get; set; }
Property Value
Type Description
string

MaxCount

Declaration
public static int MaxCount { get; set; }
Property Value
Type Description
int

PurgeInterval

Declaration
public static TimeSpan PurgeInterval { get; set; }
Property Value
Type Description
TimeSpan

Methods

CheckIp(string)

Declaration
public static bool CheckIp(string ipAddress)
Parameters
Type Name Description
string ipAddress
Returns
Type Description
bool

GetVisitorIPAddress(HttpContextBase)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.2.0. Use UserRequestIPAddressController.Instance.GetUserRequestIPAddress. Scheduled for removal in v11.0.0.")]
public static string GetVisitorIPAddress(HttpContextBase context)
Parameters
Type Name Description
HttpContextBase context
Returns
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS