Represents a reflected synchronous or asynchronous action method.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.HttpActionDescriptor
    System.Web.Http.Controllers.ReflectedHttpActionDescriptor
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ReflectedHttpActionDescriptor _
    Inherits HttpActionDescriptor
'Usage
Dim instance As ReflectedHttpActionDescriptor
public class ReflectedHttpActionDescriptor : HttpActionDescriptor
public ref class ReflectedHttpActionDescriptor : public HttpActionDescriptor
type ReflectedHttpActionDescriptor =  
    class
        inherit HttpActionDescriptor
    end
public class ReflectedHttpActionDescriptor extends HttpActionDescriptor
The ReflectedHttpActionDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ReflectedHttpActionDescriptor() | Initializes a new instance of the ReflectedHttpActionDescriptor class. | 
| .jpeg) | ReflectedHttpActionDescriptor(HttpControllerDescriptor, MethodInfo) | Initializes a new instance of the ReflectedHttpActionDescriptor class with the specified descriptor and method details. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ActionBinding | Gets or sets the binding that describes the action. (Inherited from HttpActionDescriptor.) | 
| .jpeg) | ActionName | Gets the name of the action. (Overrides HttpActionDescriptor.ActionName.) | 
| .jpeg) | Configuration | Gets or sets the action configuration. (Inherited from HttpActionDescriptor.) | 
| .jpeg) | ControllerDescriptor | Gets the information that describes the controller of the action. (Inherited from HttpActionDescriptor.) | 
| .jpeg) | MethodInfo | Gets or sets the action-method information. | 
| .jpeg) | Properties | Gets the properties associated with this instance. (Inherited from HttpActionDescriptor.) | 
| .jpeg) | ResultConverter | Gets the converter for correctly transforming the result of calling ExecuteAsync(HttpControllerContext, IDictionary<String, Object>)" into an instance of HttpResponseMessage. (Inherited from HttpActionDescriptor.) | 
| .jpeg) | ReturnType | Gets the return type of this method. (Overrides HttpActionDescriptor.ReturnType.) | 
| .jpeg) | SupportedHttpMethods | Gets or sets the supported http methods. (Overrides HttpActionDescriptor.SupportedHttpMethods.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | ExecuteAsync | Executes the described action and returns a Task<TResult> that once completed will contain the return value of the action. (Overrides HttpActionDescriptor.ExecuteAsync(HttpControllerContext, IDictionary<String, Object>, CancellationToken).) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetCustomAttributes<T> | Returns an array of custom attributes defined for this member, identified by type. (Overrides HttpActionDescriptor.GetCustomAttributes<T>().) | 
| .jpeg) | GetFilterPipeline | Retrieves the filters for the given configuration and action. (Inherited from HttpActionDescriptor.) | 
| .jpeg) | GetFilters | Retrieves information about action filters. (Overrides HttpActionDescriptor.GetFilters().) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetParameters | Retrieves the parameters of the action method. (Overrides HttpActionDescriptor.GetParameters().) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.