EndpointFilterDelegate 대리자

정의

경로 처리기에서 필터로 적용되는 대리자입니다.

public delegate System.Threading.Tasks.ValueTask<object?> EndpointFilterDelegate(EndpointFilterInvocationContext context);
type EndpointFilterDelegate = delegate of EndpointFilterInvocationContext -> ValueTask<obj>
Public Delegate Function EndpointFilterDelegate(context As EndpointFilterInvocationContext) As ValueTask(Of Object) 

매개 변수

context
EndpointFilterInvocationContext

EndpointFilterInvocationContext 현재 요청과 연결된 입니다.

반환 값

ValueTask 처리기를 호출하고 파이프라인의 필터에서 수정한 내용을 적용한 결과입니다.

적용 대상