Class AbpHttpClientProxyingOptions
Inheritance
object
AbpHttpClientProxyingOptions
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.ClientProxying
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class AbpHttpClientProxyingOptions
Constructors
AbpHttpClientProxyingOptions()
Declaration
public AbpHttpClientProxyingOptions()
Properties
FormDataConverts
Declaration
public Dictionary<Type, Type> FormDataConverts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><System.Type, System.Type> |
PathConverts
Declaration
public Dictionary<Type, Type> PathConverts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><System.Type, System.Type> |
QueryStringConverts
Declaration
public Dictionary<Type, Type> QueryStringConverts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><System.Type, System.Type> |