public enum RequestersAssociations : System.Enum
public enum RequestersAssociations : System.Enum
Member | Description |
---|---|
InCurrentPage | Indicates that the response is a Ajax type post-back from the current page |
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 |
NoAssociation | No link between requested object and requester |
None | Not set |
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 |
System.Object
System.ValueType
System.Enum
Walter.Web.FireWall.RequestersAssociations
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2