WebHostService(IWebHost) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un instance de WebHostService
qui héberge l’application web spécifiée.
public:
WebHostService(Microsoft::AspNetCore::Hosting::IWebHost ^ host);
public WebHostService (Microsoft.AspNetCore.Hosting.IWebHost host);
new Microsoft.AspNetCore.Hosting.WindowsServices.WebHostService : Microsoft.AspNetCore.Hosting.IWebHost -> Microsoft.AspNetCore.Hosting.WindowsServices.WebHostService
Public Sub New (host As IWebHost)
Paramètres
- host
- IWebHost
Hôte web configuré contenant l’application web à héberger dans le service Windows.