IHttpLoggingInterceptor Schnittstelle

Definition

Rückrufe, die zum Erweitern der HttpLogging-Middleware verwendet werden.

public interface IHttpLoggingInterceptor
type IHttpLoggingInterceptor = interface
Public Interface IHttpLoggingInterceptor

Methoden

OnRequestAsync(HttpLoggingInterceptorContext)

Ein Rückruf, um die Protokollierung der Anforderung und Antwort anzupassen.

OnResponseAsync(HttpLoggingInterceptorContext)

Ein Rückruf, um die Protokollierung der Antwort anzupassen.

Gilt für: