<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0-preview1" />

HttpClientFactory

public static class HttpClientFactory
Represents the factory for creating new instance of HttpClient.
public static HttpClient Create(DelegatingHandler[] handlers)

Creates a new instance of the HttpClient.

public static HttpClient Create(HttpMessageHandler innerHandler, DelegatingHandler[] handlers)

Creates a new instance of the HttpClient.

Creates a new instance of the HttpClient which should be pipelined.