Saturn

Namespace: global

Parent: global

Type Extensions
NameCE Custom OperationDescriptionImplementation Link
x.UseHttpSys(state)use_httpsysHTTP.sys is a web server for ASP.NET Core that only runs on Windows. HTTP.sys is an alternative to Kestrel server and offers some features that Kestrel doesn't provide. (link) This operation switches hosting to the HTTP.sys server.link
x.UseHttpSysWithConfig(state, config)use_httpsys_with_configHTTP.sys is a web server for ASP.NET Core that only runs on Windows. HTTP.sys is an alternative to Kestrel server and offers some features that Kestrel doesn't provide. (link) This operation switches hosting to the HTTP.sys server and takes additional config.link
x.UserHttpSysWindowsAuth(state, allowAnonymous)use_httpsys_windows_authHTTP.sys is a web server for ASP.NET Core that only runs on Windows. HTTP.sys is an alternative to Kestrel server and offers some features that Kestrel doesn't provide. (link) This operation switches hosting to the HTTP.sys server and enables Windows Auth (NTLM/Negotiate).link