Table of Contents

Class HttpServerEngineContext

Namespace
Sisk.Core.Http.Engine
Assembly
Sisk.Core.dll

Provides an abstract base class for HTTP contexts.

public abstract class HttpServerEngineContext
Inheritance
HttpServerEngineContext
Inherited Members

Constructors

HttpServerEngineContext()

Properties

ContextAbortedToken

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

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.