HttpClientFactory Methods

 

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(DelegatingHandler[])

Creates a new instance of the HttpClient.

System_CAPS_pubmethodSystem_CAPS_static Create(HttpMessageHandler, DelegatingHandler[])

Creates a new instance of the HttpClient.

System_CAPS_pubmethodSystem_CAPS_static CreatePipeline(HttpMessageHandler, IEnumerable<DelegatingHandler>)

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

See Also

HttpClientFactory Class
System.Net.Http Namespace

Return to top