Interface IHttpController
- Namespace
- System.Web.Http.Controllers
- Assembly
- System.Web.Http.dll
No content here will be updated; please do not add material here.
public interface IHttpController
Methods
ExecuteAsync(HttpControllerContext, CancellationToken)
Executes the controller for synchronization.
Task<HttpResponseMessage> ExecuteAsync(HttpControllerContext controllerContext, CancellationToken cancellationToken)
Parameters
controllerContext
HttpControllerContextThe current context for a test controller.
cancellationToken
CancellationTokenThe notification that cancels the operation.
Returns
- Task<HttpResponseMessage>
The controller.