共用方式為


IHttpLoggingInterceptor 介面

定義

用來擴充 HttpLogging 中介軟體的回呼。

public interface IHttpLoggingInterceptor
type IHttpLoggingInterceptor = interface
Public Interface IHttpLoggingInterceptor

方法

OnRequestAsync(HttpLoggingInterceptorContext)

用來自訂要求和回應記錄的回呼。

OnResponseAsync(HttpLoggingInterceptorContext)

自訂回應記錄的回呼。

適用於