Click or drag to resize
IRequest Methods

The IRequest type exposes the following members.

Methods
  NameDescription
Public methodGetServerVariableHttpOriginalUrl
Returns a value of a server variable 'HTTP_X_ORIGINAL_URL'.
Public methodReadRequestBodyAsString
Reads the body of the request and returns text representation of it. Then sets position of the request stream back to start.
Public methodReadRequestBodyAsStringAsync
Reads the body of the request asynchronously and returns text representation of it. Then sets position of the request stream back to start.
Top
Extension Methods
  NameDescription
Public Extension MethodGetEffectiveUrl
Returns effective URL with correct port number based on IsSSL property for Url property.
(Defined by HttpRequestExtensions.)
Top
See Also