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.
Contains method that is used to invoke HTTP operation.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public interface IHttpActionInvoker
public interface class IHttpActionInvoker
type IHttpActionInvoker = interface end
Public Interface IHttpActionInvoker
Methods
Name | Description | |
---|---|---|
![]() |
InvokeActionAsync(HttpActionContext, CancellationToken) | Executes asynchronously the HTTP operation. |
See Also
System.Web.Http.Controllers Namespace
Return to top