Поделиться через


INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) Метод

Определение

Оценивает, соответствует ли политика какой-либо из конечных точек, указанных в 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

Параметры

endpoints
IReadOnlyList<Endpoint>

Список Endpoint.

Возвращаемое значение

true Значение , если политика применяется к любому из предоставленных endpoints.

Применяется к