Class HttpClientProxyConfig
Inheritance
object
HttpClientProxyConfig
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 HttpClientProxyConfig
Constructors
HttpClientProxyConfig(Type, string)
Declaration
public HttpClientProxyConfig(Type type, string remoteServiceName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | |
| string | remoteServiceName |
Properties
RemoteServiceName
Declaration
public string RemoteServiceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public Type Type { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |