RequestersAssociations Enumeration
describes association between a resource and a requester
Namespace:
Walter.Web.FireWallAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Members
Member name | Description | |
---|---|---|
None | Not set | |
NoAssociation | No link between requested object and requester | |
ServedToIpAddress | The resource was send to some one or something using the given IP address | |
ServedToUser | The resource was send the given user on the current or on a different IP address | |
InCurrentSession | Was send to user or IP in the current session. This is based on session duration if session is used or 20 minutes if no session state is used | |
InCurrentPage | Indicates that the response is a Ajax type post-back from the current page |