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

objectHttpServerEngineContext

Inherited Members

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

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.