Body | Holds full request data body, if any. |
FullURI | Holds full path and arguments for requested resource. |
Headers | Returns reference to request headers. |
HttpVersion | Holds version of HTTP protocol used by the client. |
Length | Holds full length of Request Body, in bytes. |
Method | Holds method used to access resource. |
PageName | Holds only name (without path) of requested resource. |
Path | Holds only path to requested resource. |
PathInfo | Holds additional path for the resource. |
Posted | Returns collection of posted variables. |
QueryVariables | Holds collection of query variables used in URL. |
Stream | Holds Stream reference where body data is stored. |
Uploads | Returns collection of uploaded files/variables. |
URI | Holds full path of requested resource. |