Table of Contents

Enum HttpServerEngineContextEventLoopMecanism

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

Represents the mechanism used by the HTTP server engine context event loop.

public enum HttpServerEngineContextEventLoopMecanism

Fields

InlineAsyncronousGetContext = 1

The event loop is inline and uses an asynchronous GetContextAsync operation.

UnboundAsyncronousGetContext = 0

The event loop is unbound and uses both asyncronous BeginGetContext and EndGetContext operations.