IRequest Properties |
The IRequest type exposes the following members.
Name | Description | |
---|---|---|
AppRelativeCurrentExecutionFilePath |
The portion of the request path that identifies the requested resource.
| |
Cookies |
Gets the collection of cookies that were sent by the client.
| |
Form |
Gets the form collection.
| |
Headers |
Gets the collection of HTTP headers that were sent by the client.
| |
HttpMethod |
Gets the HTTP data-transfer method (such as GET, POST, or HEAD) that was used by the client.
| |
InputStream |
Gets the contents of the incoming HTTP entity body.
| |
IsSecureConnection |
Gets a value that indicates whether the HTTP connection uses secure sockets (HTTPS protocol).
| |
QueryString |
Gets the collection of HTTP query-string variables.
| |
RawUrl |
The raw URL of the current request.
| |
RequestContext |
Gets the information about an HTTP request that matches a defined route.
| |
Url |
Gets information about the URL of the current request.
| |
UrlReferrer |
Gets information about the URL of the client request that linked to the current URL.
| |
UserAgent |
Gets the complete user-agent string of the client.
| |
UserHostAddress |
Gets the IP host address of the client.
| |
UserLanguages |
Gets a sorted array of client language preferences.
|