WebHostWindowsServiceExtensions Class

Definition

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.

Applies to