Class DynamicHttpClientProxyConfig
Inheritance
System.Object
DynamicHttpClientProxyConfig
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class DynamicHttpClientProxyConfig : object
Constructors
DynamicHttpClientProxyConfig(Type, String)
Declaration
public DynamicHttpClientProxyConfig(Type type, string remoteServiceName)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| System.String |
remoteServiceName |
|
Properties
RemoteServiceName
Declaration
public string RemoteServiceName { get; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public Type Type { get; }
Property Value
Extension Methods