Class DefaultProxyHttpClientFactory
Inheritance
object
DefaultProxyHttpClientFactory
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.Client.Proxying
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class DefaultProxyHttpClientFactory : IProxyHttpClientFactory, ITransientDependency
Constructors
DefaultProxyHttpClientFactory(IHttpClientFactory)
Declaration
public DefaultProxyHttpClientFactory(IHttpClientFactory httpClientFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Net.Http.IHttpClientFactory | httpClientFactory |
Methods
Create()
Declaration
public HttpClient Create()
Returns
| Type | Description |
|---|---|
| System.Net.Http.HttpClient |
Create(string)
Declaration
public HttpClient Create(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| System.Net.Http.HttpClient |