HttpActionBinding Class
Describes *how* the binding will happen and does not actually bind.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpActionBinding() | Initializes a new instance of the HttpActionBinding class. |
![]() | HttpActionBinding(HttpActionDescriptor^, array<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(Object^) | (Inherited from Object.) |
![]() | ExecuteBindingAsync(HttpActionContext^, CancellationToken) | 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


