WebHostWindowsServiceExtensions Class
Definition
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.
Extensions to IWebHost for hosting inside a Windows service.
public ref class WebHostWindowsServiceExtensions abstract sealed
public static class WebHostWindowsServiceExtensions
type WebHostWindowsServiceExtensions = class
Public Module WebHostWindowsServiceExtensions
- Inheritance
-
WebHostWindowsServiceExtensions
Methods
RunAsService(IWebHost) |
Runs the specified web application inside a Windows service and blocks until the service is stopped. |