Interface IHttpClientFactory
The IHttpClientFactory interface describes a factory capable of constructing instances of HttpClient.
Namespace: EPiServer.Social.Common.Rest
Assembly: EPiServer.Social.Common.Rest.dll
Version: 1.5.4Syntax
public interface IHttpClientFactory
Methods
Create()
Creates an instance of HttpClient.
Declaration
HttpClient Create()
Returns
| Type | Description |
|---|---|
| System.Net.Http.HttpClient | An HttpClient |