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.​DependencyInjection.​ISocketsHttpHandlerBuilder
Assembly: Microsoft.Extensions.Http
Configures <see cref="T:System.Net.Http.SocketsHttpHandler" /> for a named <see cref="T:System.Net.Http.HttpClient" /> instances returned by <see cref="T:System.Net.Http.IHttpClientFactory" /> .
Properties
string
Name
Gets the name of the client for a handler configured by this builder.
Services
Gets the application service collection.