Share via


IHttpLoggingInterceptor 인터페이스

정의

HttpLogging 미들웨어를 확장하는 데 사용되는 콜백입니다.

public interface IHttpLoggingInterceptor
type IHttpLoggingInterceptor = interface
Public Interface IHttpLoggingInterceptor

메서드

OnRequestAsync(HttpLoggingInterceptorContext)

요청 및 응답의 로깅을 사용자 지정하는 콜백입니다.

OnResponseAsync(HttpLoggingInterceptorContext)

응답의 로깅을 사용자 지정하는 콜백입니다.

적용 대상