Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Inheritance Hierarchy
System.Object
System.Web.Http.Controllers.HttpActionBinding
Syntax
public class HttpActionBinding
public ref class HttpActionBinding
type HttpActionBinding = class end
Public Class HttpActionBinding
Constructors
Name | Description | |
---|---|---|
![]() |
HttpActionBinding() | Initializes a new instance of the HttpActionBinding class. |
![]() |
HttpActionBinding(HttpActionDescriptor, HttpParameterBinding[]) | Initializes a new instance of the HttpActionBinding class. |
Properties
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. |
Methods
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.) |
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.
See Also
System.Web.Http.Controllers Namespace
Return to top