IEndpointSelectorPolicy.AppliesToEndpoints 方法

定义

返回一个值,该值指示 是否 IEndpointSelectorPolicy 应用于 中的任何 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则为 ;否则为 false

适用于