IHttpLoggingInterceptor 接口

定义

用于扩展 HttpLogging 中间件的回调。

public interface IHttpLoggingInterceptor
type IHttpLoggingInterceptor = interface
Public Interface IHttpLoggingInterceptor

方法

OnRequestAsync(HttpLoggingInterceptorContext)

用于自定义请求和响应日志记录的回调。

OnResponseAsync(HttpLoggingInterceptorContext)

用于自定义响应日志记录的回调。

适用于