次の方法で共有


IEndpointSelectorPolicy.AppliesToEndpoints メソッド

定義

が 内の任意のエンドポイントendpointsに適用されるかどうかをIEndpointSelectorPolicy示す値を返します。

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は 。

適用対象