ReflectedHttpActionDescriptor Class
Represents a reflected synchronous or asynchronous action method.
Assembly: System.Web.Http (in System.Web.Http.dll)
System.Web.Http.Controllers::HttpActionDescriptor
System.Web.Http.Controllers::ReflectedHttpActionDescriptor
| Name | Description | |
|---|---|---|
![]() | ReflectedHttpActionDescriptor() | Initializes a new instance of the ReflectedHttpActionDescriptor class. |
![]() | ReflectedHttpActionDescriptor(HttpControllerDescriptor^, MethodInfo^) | Initializes a new instance of the ReflectedHttpActionDescriptor class with the specified descriptor and method details.. |
| Name | Description | |
|---|---|---|
![]() | ActionBinding | Gets or sets the binding that describes the action.(Inherited from HttpActionDescriptor.) |
![]() | ActionName | Gets the name of the action.(Overrides HttpActionDescriptor::ActionName.) |
![]() | Configuration | Gets or sets the action configuration.(Inherited from HttpActionDescriptor.) |
![]() | ControllerDescriptor | Gets the information that describes the controller of the action.(Inherited from HttpActionDescriptor.) |
![]() | MethodInfo | Gets or sets the action-method information. |
![]() | Properties | Gets the properties associated with this instance.(Inherited from HttpActionDescriptor.) |
![]() | ResultConverter | Gets the converter for correctly transforming the result of calling ExecuteAsync(HttpControllerContext, IDictionaryString, Object)" into an instance of HttpResponseMessage.(Inherited from HttpActionDescriptor.) |
![]() | ReturnType | Gets the return type of this method.(Overrides HttpActionDescriptor::ReturnType.) |
![]() | SupportedHttpMethods | Gets or sets the supported http methods.(Overrides HttpActionDescriptor::SupportedHttpMethods.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


