HttpActionBinding Class
Describes *how* the binding will happen and does not actually bind.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
The HttpActionBinding type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HttpActionBinding() | Initializes a new instance of the HttpActionBinding class. |
![]() | HttpActionBinding(HttpActionDescriptor, HttpParameterBinding[]) | Initializes a new instance of the HttpActionBinding class. |
| Name | Description | |
|---|---|---|
![]() | ActionDescriptor | Gets or sets the back pointer to the action this binding is for. |
![]() | ParameterBindings | Gets or sets the synchronous bindings for each parameter. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExecuteBindingAsync | Executes asynchronously the binding for the given request context. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
