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입니다.

적용 대상