Table of Contents

Class CadenteHttpServerEngineContext

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

Represents the context for an HTTP request and response within the Cadente engine.

public sealed class CadenteHttpServerEngineContext : HttpServerEngineContext
Inheritance
CadenteHttpServerEngineContext
Inherited Members

Constructors

CadenteHttpServerEngineContext(CadenteHttpServerEngineRequest, CadenteHttpServerEngineResponse)

Properties

ContextAbortedToken

Gets a value that indicates whether the HTTP connection has been aborted.

ProcessingTask

Gets a task that represents the completion of the processing for this context.

Request

Gets the HTTP request associated with the context.

Response

Gets the HTTP response associated with the context.

Methods

AcceptWebSocketAsync(string?)

Accepts a WebSocket connection asynchronously.