The RequestAsync type exposes the following members.
Name | Description | |
---|---|---|
ApplicationPath |
Gets virtual application root path on the server.
| |
ContentEncoding |
Gets the character set of the entity-body.
| |
ContentLength |
Specifies the length, in bytes, of content sent by the client.
| |
ContentType |
Gets the MIME content type of the incoming request.
| |
Headers |
Gets a collection of HTTP headers.
| |
HttpMethod |
Gets the HTTP method specified by the client.
| |
InputStream |
Gets the contents of the incoming HTTP entity body.
| |
RawUrl |
Gets information about the URL of the current request.
| |
UrlPrefix |
Gets concatenated request scheme, host and port, like: http://www.ithit.com:8080
| |
UserAgent |
Gets the User-Agent header.
|