Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Servers

ASP.NET Core Servers

ASP.NET Core Servers contains all servers that can be used in ASP.NET Core by default. These include:

Description

This folder contains all servers implementations related abstractions for ASP.NET Core.

  • Kestrel/: Contains the implementation of the Kestrel Web Server.
  • IIS/: Cotnains all code for the IIS Web Server and ASP.NET Core Module.
  • HttpSys/: Contains all code for the HTTP.sys Web Server.
  • Connections.Abstractions/: A set of abstractions for creating and using Connections; used in the server implementations and SignalR.

More Information

For more information, see the ASP.NET Core README.