ListenOptions.KestrelServerOptions Propriété

Définition

Obtient le KestrelServerOptions pour les options de l’écouteur. Permet à l’intergiciel de connexion de résoudre et d’utiliser les services inscrits par l’application au démarrage.

public:
 property Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ KestrelServerOptions { Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions KestrelServerOptions { get; }
member this.KestrelServerOptions : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions
Public ReadOnly Property KestrelServerOptions As KestrelServerOptions

Valeur de propriété

Remarques

Défini uniquement s’il est accessible à partir du rappel d’une KestrelServerOptions méthode Listen*.

S’applique à