Microsoft.AspNetCore.Server.IIS.Core Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types in this namespace support the ASP.NET Core framework and are not intended to be used directly.
Classes
IISServerAuthenticationHandler |
The default authentication handler with IIS In-Process |
ThrowingWasUpgradedWriteOnlyStream |
A Stream which throws on calls to write after the stream was upgraded |
WriteOnlyStream |
A Stream which only allows for writes. |
Remarks
For more information about hosting ASP.NET Core apps with IIS, see Host ASP.NET Core with IIS.