| Name | Description | |
|---|---|---|
![]()  | CIDR | Gets the IP's address in CIDR format (Classless Inter-Domain Routing) | 
![]()  | Compression | Compression contains the value that the response was compressed by when using the MinifyAtribute | 
![]()  | Country | Gets the country that the request originated from or null if no GEO plug-in is used. | 
![]()  | CreatedUtc | Gets the time-stamp that the firewall understood the request to have been created in UTC. | 
![]()  | DurationCurrentSession | Gets the duration current session if session is configured in the application. | 
![]()  | Exception | Gets or sets the last exception that happened to the page. | 
![]()  | Exceptions | Gets the Exceptions from the page. | 
![]()  | FireWall | Access the firewall instance that is managing this web application | 
![]()  | FireWallRoute | Gets the FireWall route if it was discovered. | 
![]()  | HttpStatusCode | The HTTP status code that the response is given | 
![]()  | Interactions | Gets the interactions on the page and is set when you implement User discovery. | 
![]()  | IPAddress | Gets the IP address of the user requesting the page. | 
![]()  | IsLocalFile | indicated that the page is working with a physical file | 
![]()  | IsLocalRequest | Determines whether the request is made locally (calling LocalHost or from the IIS server via public url) or from a remote device. | 
![]()  | IsWhiteListed | if true the page was white-listed by the firewalls rule engine | 
![]()  | LatLong | simple LatLong for the request | 
![]()  | Method | Gets protocol method of the request. | 
![]()  | NotFoundRequest | Contains the not found data for a URL that does not map to the application | 
![]()  | OriginalUrl | Gets the original URL requested for this request. | 
![]()  | PageRequestGroupId | Gets the page request group identifier, a page request group is the id used to associate the source page that was used to download scripts as well as post-backs by JavaScript against API endpoints. | 
![]()  | PageRequestId | A identifier for this page, together with the date it can be used to uniquely identify this request | 
![]()  | PageTraceId | Gets the page trace identifier set by the .net framework. | 
![]()  | PlausibleHeaders | The request uses headers are possible | 
![]()  | PortStatus | The status of the port in relation to the firewall's port detection configuration, see Walter.Web.FireWall.Configurations.RulesConfig.HoneyPotListners for details | 
![]()  | PreviousPage | access the previous page that was visited or was redirected from | 
![]()  | ProcessedUtc | The date the page was unloaded by the request pipeline, if null then processing is still underway | 
![]()  | Referrer | Referrer that the user last came from when loading this page | 
![]()  | RootPage | Gets the root page that initiated this request, can be null if this is the first page in the page request pipeline. | 
![]()  | SessionAvailable | Gets a value indicating whether the ISession is configured and is available. | 
![]()  | SessionId | Gets the firewall session identifier for the user representing the users firewall session. | 
![]()  | SiteMapStatus | Site-map search result contains information on the navigation by the user in relation to his traveling in the site | 
![]()  | TransferedTo | Gets or sets the Url the request is or should be transfered to. If assigned it will maintain the transfered URL, any additional assignments are ignored | 
![]()  | Triggered | Gets the triggered rules during the request regardless if user code suppressed the incident using events. | 
![]()  | User | Gets the user wrapper instance of the user that is requesting the page. | 
![]()  | ViolationsStack | A collection of violations discovered while processing the page, will not contain data if no issues | 
