IHttpActionInvoker Interface
Contains method that is used to invoke HTTP operation.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IHttpActionInvoker
'Usage
Dim instance As IHttpActionInvoker
public interface IHttpActionInvoker
public interface class IHttpActionInvoker
type IHttpActionInvoker = interface end
public interface IHttpActionInvoker
The IHttpActionInvoker type exposes the following members.
Methods
Name | Description | |
---|---|---|
InvokeActionAsync | Executes asynchronously the HTTP operation. |
Top