Request Class |
Namespace: Dynamicweb.Environment.Web
The Request type exposes the following members.
| Name | Description | |
|---|---|---|
| Request |
Initializes a new istance of the Dynamicweb.Environment.Web.Request class that wraps an instance of the HttpContextBase class
|
| Name | Description | |
|---|---|---|
| ContentEncoding |
Gets or sets the character set of the data that is provided by the client
| |
| Cookies |
Gets the collection of Cookies that were sent by the client
| |
| Files |
Files posted to the server.
| |
| Form |
Gets the NameValueCollection containing all values in the forms.
| |
| Headers |
Gets the NameValueCollection containing all header values.
| |
| HttpMethod |
Gets the Http data Transfer method (such as GET, POST, or HEAD) that was used by the client.
| |
| InputStream |
Gets the input stream.
| |
| IsSecureConnection |
Gets a value indicating whether this instance is secure connection.
| |
| Item |
Gets the value in the request with the specified key.
| |
| Params |
Gets the parameters.
| |
| Path |
Gets the path.
| |
| QueryString |
Gets the NameValueCollection containing all values in the query string.
| |
| RawUrl |
Gets the raw URL.
| |
| RequestType |
Gets the type of the request.
| |
| ServerVariables |
Gets the NameValueCollection containing all values in the server variables.
| |
| Url |
Gets the Uri representing the current url.
| |
| UrlReferrer |
Gets the URL referrer.
| |
| UserAgent |
Gets the String containing the user agent.
| |
| UserHostAddress |
Gets the user host address.
| |
| UserLanguages |
Gets the user languages.
|
| Name | Description | |
|---|---|---|
| IsValid |
Returns a value indicating if the Underlying Context and Request is available and valid
|
| Name | Description | |
|---|---|---|
| GetBoolean | (Defined by RequestExtensions.) | |
| GetDate | (Defined by RequestExtensions.) | |
| GetDouble | (Defined by RequestExtensions.) | |
| GetFiles | (Defined by RequestExtensions.) | |
| GetInt32 | (Defined by RequestExtensions.) | |
| GetInt64 | (Defined by RequestExtensions.) | |
| GetString | (Defined by RequestExtensions.) | |
| HasRequest | (Defined by RequestExtensions.) | |
| RequestObject | (Defined by RequestExtensions.) |