Table of Contents

Class HttpHostContext.HttpRequest

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

Represents an HTTP request.

public sealed class HttpHostContext.HttpRequest
Inheritance
HttpHostContext.HttpRequest
Inherited Members

Properties

ContentLength

Gets the content length of the request.

Headers

Gets the headers associated with the request.

Method

Gets the HTTP method (e.g., GET, POST) of the request.

Path

Gets the path of the requested resource.

Methods

GetRequestStream()

Gets the stream containing the content of the request.