Class IPCount
Assembly: DotNetNuke.dll
Syntax
Constructors
IPCount()
Declaration
Properties
CachePath
Declaration
public static string CachePath { get; set; }
Property Value
MaxCount
Declaration
public static int MaxCount { get; set; }
Property Value
PurgeInterval
Declaration
public static TimeSpan PurgeInterval { get; set; }
Property Value
Methods
CheckIp(string)
Declaration
public static bool CheckIp(string ipAddress)
Parameters
Type |
Name |
Description |
string |
ipAddress |
|
Returns
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
Returns
Extension Methods