KestrelServerOptions.ApplicationServices 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.
Active le rappel des options d’écoute pour résoudre et utiliser les services inscrits par l’application au démarrage. Généralement initialisé par UseKestrel().
public:
property IServiceProvider ^ ApplicationServices { IServiceProvider ^ get(); void set(IServiceProvider ^ value); };
public IServiceProvider ApplicationServices { get; set; }
member this.ApplicationServices : IServiceProvider with get, set
Public Property ApplicationServices As IServiceProvider