Table of Contents

Enum HttpServer.Type

Namespace
VAST.HTTP
Assembly
VAST.Common.dll

Specifies the type of HTTP server implementation.

public enum HttpServer.Type

Fields

AspNetCore = 1

Uses ASP.NET Core as a request dispatcher.

HttpListener = 0

Uses the built-in .NET HttpListener for handling requests.