Table of Contents

Class CadenteHttpServerEngineRequest

Namespace
Sisk.Cadente.CoreEngine
Assembly
Sisk.Cadente.CoreEngine.dll

Represents an HTTP request within the Cadente engine context.

public sealed class CadenteHttpServerEngineRequest : HttpServerEngineContextRequest
Inheritance
CadenteHttpServerEngineRequest
Inherited Members

Constructors

CadenteHttpServerEngineRequest(HttpRequest, HttpHostContext)

Initializes a new instance of the CadenteHttpServerEngineRequest class.

Properties

ContentEncoding

Gets the content encoding of the request.

ContentLength64

Gets the content length of the request.

Headers

Gets the HTTP headers.

HttpMethod

Gets the HTTP method of the request.

InputStream

Gets the input stream of the request.

IsLocal

Gets a value indicating whether the request is from the local machine.

IsSecureConnection

Gets a value indicating whether the connection is secure.

LocalEndPoint

Gets the local endpoint of the request.

ProtocolVersion

Gets the HTTP protocol version.

QueryString

Gets the query string collection.

RawUrl

Gets the raw URL of the request.

RemoteEndPoint

Gets the remote endpoint of the request.

RequestTraceIdentifier

Gets the request trace identifier.

Url

Gets the URL of the request.

UserHostName

Gets the host name of the user.