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

public interface IHttpActionInvoker
public interface class IHttpActionInvoker
type IHttpActionInvoker = interface end
Public Interface IHttpActionInvoker

Methods

Name Description
System_CAPS_pubmethod InvokeActionAsync(HttpActionContext, CancellationToken)

Executes asynchronously the HTTP operation.

See Also

System.Web.Http.Controllers Namespace

Return to top