The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpClientFactory Class
Represents the factory for creating new instance of HttpClient.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(array<DelegatingHandler^>^) | Creates a new instance of the HttpClient. |
![]() ![]() | Create(HttpMessageHandler^, array<DelegatingHandler^>^) | Creates a new instance of the HttpClient. |
![]() ![]() | CreatePipeline(HttpMessageHandler^, IEnumerable<DelegatingHandler^>^) | Creates a new instance of the HttpClient which should be pipelined. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

