IRequest Methods |
The IRequest type exposes the following members.
Name | Description | |
---|---|---|
GetServerVariableHttpOriginalUrl |
Returns a value of a server variable 'HTTP_X_ORIGINAL_URL'.
| |
ReadRequestBodyAsString |
Reads the body of the request and returns text representation of it.
Then sets position of the request stream back to start.
| |
ReadRequestBodyAsStringAsync |
Reads the body of the request asynchronously and returns text representation of it.
Then sets position of the request stream back to start.
|
Name | Description | |
---|---|---|
GetEffectiveUrl | (Defined by HttpRequestExtensions.) |