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
'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