Freigeben über


IEndpointSelectorPolicy.AppliesToEndpoints Methode

Definition

Gibt einen Wert zurück, der angibt, ob für IEndpointSelectorPolicy jeden Endpunkt in endpointsgilt.

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

Parameter

endpoints
IReadOnlyList<Endpoint>

Der Satz von Kandidatenwerten Endpoint .

Gibt zurück

true , wenn die Richtlinie für einen beliebigen Endpunkt in endpointsgilt, andernfalls false.

Gilt für: