Table of Contents

Class HttpHostContext.HttpRequest

Namespace: Sisk.Cadente
Assembly: Sisk.Cadente.dll

Represents an HTTP request.

public sealed class HttpHostContext.HttpRequest

Inheritance

objectHttpHostContext.HttpRequest

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

ContentLength

Gets the content length of the request.

ContentLength

Gets the content length of the request.

Headers

Gets the headers associated with the request.

Headers

Gets the headers associated with the request.

Method

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

Method

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

Path

Gets the path of the requested resource.

Path

Gets the path of the requested resource.

Methods

GetRequestStream()

Gets the stream containing the content of the request.

GetRequestStream()

Gets the stream containing the content of the request.