IEndpointFilter 인터페이스

정의

경로 처리기를 대상으로 하는 필터를 구현하기 위한 인터페이스를 제공합니다.

public interface IEndpointFilter
type IEndpointFilter = interface
Public Interface IEndpointFilter

메서드

InvokeAsync(EndpointFilterInvocationContext, EndpointFilterDelegate)

지정된 필터와 연결된 핵심 논리를 EndpointFilterInvocationContext 구현하고 파이프라인에서 호출할 다음 필터를 구현합니다.

적용 대상