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