| Name | Description | Type | Additional information |
|---|---|---|---|
| Environment | Dictionary of string [key] and Object [value] |
None. |
|
| Context | IOwinContext |
None. |
|
| Method | string |
None. |
|
| Scheme | string |
None. |
|
| IsSecure | boolean |
None. |
|
| Host | HostString |
None. |
|
| PathBase | PathString |
None. |
|
| Path | PathString |
None. |
|
| QueryString | QueryString |
None. |
|
| Query | Collection of Object |
None. |
|
| Uri | URI |
None. |
|
| Protocol | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| Cookies | Collection of Object |
None. |
|
| ContentType | string |
None. |
|
| CacheControl | string |
None. |
|
| MediaType | string |
None. |
|
| Accept | string |
None. |
|
| Body | Stream |
None. |
|
| CallCancelled | CancellationToken |
None. |
|
| LocalIpAddress | string |
None. |
|
| LocalPort | integer |
None. |
|
| RemoteIpAddress | string |
None. |
|
| RemotePort | integer |
None. |
|
| User | IPrincipal |
None. |