Enum RequestListenAction
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.