Sdílet prostřednictvím


IEndpointSelectorPolicy.AppliesToEndpoints Metoda

Definice

Vrátí hodnotu, která označuje, jestli se IEndpointSelectorPolicy vztahuje na libovolný koncový bod v 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

Parametry

endpoints
IReadOnlyList<Endpoint>

Sada kandidátských Endpoint hodnot.

Návraty

true pokud se zásada vztahuje na jakýkoli koncový bod v endpoints, jinak false.

Platí pro