Syntax
| C# |
|---|
public interface IRequest |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| BinaryRead |
Reads the request data as a byte array.
| |
| ReadCookie |
Reads the cookie.
| |
| ValidateInput |
Validates the input.
|
Public Properties
| Name | Description | |
|---|---|---|
| FilePath |
Gets the file path.
| |
| Files |
Gets the HttpPostedFile per key.
| |
| Form |
Gets the form.
| |
| Headers |
Gets the Http headers.
| |
| HttpMethod |
Gets the HTTP method.
| |
| IsLocal |
Gets a value indicating whether this requeest is from a local address.
| |
| Item |
Gets the param with the specified key.
| |
| Params |
Gets the params which accumulates headers, post, querystring and cookies.
| |
| QueryString |
Gets the query string.
| |
| RawUrl |
Gets the raw URL.
| |
| Uri |
Gets the URI.
| |
| UserHostAddress |
Gets the IP host address of the remote client.
| |
| UserLanguages |
Gets the user languages.
|
See Also
Castle.MonoRail.Framework Namespace