Class HttpServerEngineContext
Provides an abstract base class for HTTP contexts.
public abstract class HttpServerEngineContext
- Inheritance
-
HttpServerEngineContext
- Inherited Members
Constructors
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.