Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface class IHttpActionInvoker

NameDescription
System_CAPS_pubmethodInvokeActionAsync(HttpActionContext^, CancellationToken)

Executes asynchronously the HTTP operation.

Return to top
Show: