IHttpLoggingInterceptor Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callbacks used to extend the HttpLogging middleware.
public interface IHttpLoggingInterceptortype IHttpLoggingInterceptor = interfacePublic Interface IHttpLoggingInterceptorMethods
| OnRequestAsync(HttpLoggingInterceptorContext) | A callback to customize the logging of the request and response. | 
| OnResponseAsync(HttpLoggingInterceptorContext) | A callback to customize the logging of the response. |