| RequestReceivedEventArgs Properties |
The RequestReceivedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Classification |
Gets or sets a value indicating the classification that has been assigned to the response.
| |
| ClientAddress |
Gets the address of the machine that is accessing the server. If the request is going through a reverse
proxy then it is the address of the machine that accessed the reverse proxy.
| |
| File |
Gets the file portion of PathAndFile or an empty string if there is no file portion.
| |
| Handled |
Gets or sets a value indicating that an event handler somewhere has dealt with the request and produced an appropriate response.
| |
| IsAndroid |
Gets a value indicating that the request probably came from an Android device.
| |
| IsInternetRequest |
Gets a value indicating whether the request originated from the Internet.
| |
| IsIPad |
Gets a value indicating that the request probably came from an iPad.
| |
| IsIPhone |
Gets a value indicating that the request probably came from an iPhone.
| |
| IsIPod |
Gets a value indicating that the request probably came from an iPod.
| |
| Path |
Gets the path portion of PathAndFile or '/' if the request is for a file in the root.
| |
| PathAndFile |
Gets the requested path from the root of the site.
| |
| PathParts |
Gets a list of the folders from the root to the file. An empty list indicates that the file is in root.
| |
| ProxyAddress |
Gets the address of the reverse proxy that forwarded this request to the server.
| |
| QueryString |
Gets the query string portions sent with the request.
| |
| Request |
Gets details of the page requested by the user.
| |
| Response |
Gets details of the response to send back to the user.
| |
| Root |
Gets the root of the website.
| |
| UniqueId |
Gets a value that uniquely identifies the request.
| |
| UserName |
Gets or sets the user name used to authenticate the request, if any.
| |
| WebSite |
Gets the website address, as seen by the browser.
|