Request Properties |
The Request type exposes the following members.
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.
|