HttpRequest
Wisej.Core.HttpRequest
Last updated
Was this helpful?
Wisej.Core.HttpRequest
Last updated
Was this helpful?
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Encapsulates HTTP-request information for an ASP.NET operation.
Constructs an new instance initialized from the original .
context
request
: Returns the length, in bytes, of content sent by the client.
: Returns the MIME content type of the incoming request.
The current .
Original object.
: Returns the current .
: Returns the collection of uploaded by the client.
: Returns the collection of form values posted with the HTTP request.
: Returns a collection of HTTP headers.
: Returns the contents of the incoming HTTP entity body.
: Returns whether the request is from the local computer.
: Returns the specified value from the or collections.
: Returns the virtual path of the current request.
: Returns the collection of arguments specified in the application URL.
: Returns the HTTP data transfer method (GET or POST) used by the client.
: Returns the collection of .
: Returns the number of bytes in the current .
: Returns the URL of the current request.
: Returns information about the URL of the client's previous request that linked to the current URL.
: Returns the raw user agent string of the client browser.
: Returns the IP host address of the remote client.
: Returns the DNS name of the remote client.
: Returns a sorted string array of client language preferences.