TestServer.Host Propriété
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.
Obtient le IWebHost instance associé au serveur de test.
public:
property Microsoft::AspNetCore::Hosting::IWebHost ^ Host { Microsoft::AspNetCore::Hosting::IWebHost ^ get(); };
public Microsoft.AspNetCore.Hosting.IWebHost Host { get; }
member this.Host : Microsoft.AspNetCore.Hosting.IWebHost
Public ReadOnly Property Host As IWebHost