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에 적용되면 입니다.

적용 대상