The IPFilterController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddIPFilter |
add a new IP filter
|
![]() | CanIPStillAccess |
Check if an IP address range can still access based on a set of rules
note: this set is typically the list of IP filter rules minus a proposed delete
|
![]() | DeleteIPFilter | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIPFilter |
get an IP filter
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsAllowableDeny |
Check if a new rule would block the existing IP address
|
![]() | IsIPAddressBanned | Obsolete. |
![]() | IsIPBanned |
Check the set of rules to see if an IP address is banned (used on login)
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateIPFilter |
update an existing IP filter
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |