IHttpLoggingInterceptor 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來擴充 HttpLogging 中介軟體的回呼。
public interface IHttpLoggingInterceptor
type IHttpLoggingInterceptor = interface
Public Interface IHttpLoggingInterceptor
方法
OnRequestAsync(HttpLoggingInterceptorContext) |
用來自訂要求和回應記錄的回呼。 |
OnResponseAsync(HttpLoggingInterceptorContext) |
自訂回應記錄的回呼。 |