Partager via


INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) Méthode

Définition

É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.

S’applique à