Class ClientProxyRequestContext
Inheritance
object
ClientProxyRequestContext
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 ClientProxyRequestContext
Constructors
ClientProxyRequestContext(ActionApiDescriptionModel, IReadOnlyDictionary<string, object>, Type)
Declaration
public ClientProxyRequestContext(ActionApiDescriptionModel action, IReadOnlyDictionary<string, object> arguments, Type serviceType)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionApiDescriptionModel | action | |
| System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, object> | arguments | |
| System.Type | serviceType |
Properties
Action
Declaration
public ActionApiDescriptionModel Action { get; }
Property Value
| Type | Description |
|---|---|
| ActionApiDescriptionModel |
Arguments
Declaration
public IReadOnlyDictionary<string, object> Arguments { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, object> |
ServiceType
Declaration
public Type ServiceType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |