Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​Extensions.​Http.​IHttpMessageHandlerBuilderFilter

Assembly: Microsoft.Extensions.Http

Used by the <see cref="T:Microsoft.Extensions.Http.DefaultHttpClientFactory" /> to apply additional initialization to the configure the <see cref="T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder" /> immediately before <see cref="M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Build" /> is called.

Methods

Configure​(System.​Action<​HttpMessageHandlerBuilder> next)
Applies additional initialization to the <see cref="T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder" />
Returns The configured <see cref="T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder" /> .
next A delegate that will run the next <see cref="T:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter" /> .