| Name | Description | Type | Additional information |
|---|---|---|---|
| HttpContext | HttpContext |
None. |
|
| Method | string |
None. |
|
| Scheme | string |
None. |
|
| IsHttps | boolean |
None. |
|
| Host | HostString |
None. |
|
| PathBase | PathString |
None. |
|
| Path | PathString |
None. |
|
| QueryString | QueryString |
None. |
|
| Query | Collection of Object |
None. |
|
| Protocol | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| Cookies | Collection of Object |
None. |
|
| ContentLength | integer |
None. |
|
| ContentType | string |
None. |
|
| Body | Stream |
None. |
|
| BodyReader | PipeReader |
None. |
|
| HasFormContentType | boolean |
None. |
|
| Form | Collection of Object |
None. |
|
| RouteValues | Collection of Object |
None. |