INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) Méthode
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.
Évalue si la stratégie correspond à l’un des points de terminaison fournis dans endpoints
.
public:
bool AppliesToEndpoints(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public bool AppliesToEndpoints (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
Public Function AppliesToEndpoints (endpoints As IReadOnlyList(Of Endpoint)) As Boolean
Paramètres
- endpoints
- IReadOnlyList<Endpoint>
Liste de Endpoint.
Retours
true
si la stratégie s’applique à l’un des fournis endpoints
.