次の方法で共有


IHttpLoggingInterceptor インターフェイス

定義

HttpLogging ミドルウェアを拡張するために使用されるコールバック。

public interface IHttpLoggingInterceptor
type IHttpLoggingInterceptor = interface
Public Interface IHttpLoggingInterceptor

メソッド

OnRequestAsync(HttpLoggingInterceptorContext)

要求と応答のログ記録をカスタマイズするコールバック。

OnResponseAsync(HttpLoggingInterceptorContext)

応答のログ記録をカスタマイズするコールバック。

適用対象