Click or drag to resize
IRequest Properties

The IRequest type exposes the following members.

Properties
  NameDescription
Public propertyAppRelativeCurrentExecutionFilePath
The portion of the request path that identifies the requested resource.
Public propertyCookies
Gets the collection of cookies that were sent by the client.
Public propertyForm
Gets the form collection.
Public propertyHeaders
Gets the collection of HTTP headers that were sent by the client.
Public propertyHttpMethod
Gets the HTTP data-transfer method (such as GET, POST, or HEAD) that was used by the client.
Public propertyInputStream
Gets the contents of the incoming HTTP entity body.
Public propertyIsSecureConnection
Gets a value that indicates whether the HTTP connection uses secure sockets (HTTPS protocol).
Public propertyQueryString
Gets the collection of HTTP query-string variables.
Public propertyRawUrl
The raw URL of the current request.
Public propertyRequestContext
Gets the information about an HTTP request that matches a defined route.
Public propertyUrl
Gets information about the URL of the current request.
Public propertyUrlReferrer
Gets information about the URL of the client request that linked to the current URL.
Public propertyUserAgent
Gets the complete user-agent string of the client.
Public propertyUserHostAddress
Gets the IP host address of the client.
Public propertyUserLanguages
Gets a sorted array of client language preferences.
Top
See Also