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された のいずれかに適用される場合は 。

適用対象