Class ClientProxyRequestTypeValue
Inheritance
ClientProxyRequestTypeValue
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class ClientProxyRequestTypeValue : IEnumerable<KeyValuePair<Type, object>>, IEnumerable
Constructors
ClientProxyRequestTypeValue()
Declaration
public ClientProxyRequestTypeValue()
Properties
Values
Declaration
public List<KeyValuePair<Type, object>> Values { get; }
Property Value
Methods
Add(Type, object)
Declaration
public void Add(Type type, object value)
Parameters
GetEnumerator()
Declaration
public IEnumerator<KeyValuePair<Type, object>> GetEnumerator()
Returns
Implements
Extension Methods