Enum HttpServer.Type
Specifies the type of HTTP server implementation.
public enum HttpServer.Type
Fields
AspNetCore = 1Uses ASP.NET Core as a request dispatcher.
HttpListener = 0Uses the built-in .NET HttpListener for handling requests.
Specifies the type of HTTP server implementation.
public enum HttpServer.Type
AspNetCore = 1Uses ASP.NET Core as a request dispatcher.
HttpListener = 0Uses the built-in .NET HttpListener for handling requests.