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