Interface IProxyHttpClientFactory
Namespace: Volo.Abp.Http.Client.Proxying
Assembly: Volo.Abp.Http.Client.dll
Syntax
public interface IProxyHttpClientFactory
Methods
Create()
Declaration
HttpClient Create()
Returns
Type | Description |
---|---|
HttpClient |
Create(string)
Declaration
HttpClient Create(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
HttpClient |