Table of Contents

Enum RequestListenAction

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

Represents the HTTP server action when receiving an request.

public enum RequestListenAction

Fields

Accept = 1

The server must accept and route the request.

Drop = 2

The server must reject the request and close the connection with the client.