IAgentHttpAdapter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface to express the relationship between an MVC API controller and Adapter. This interface can be used for dependency injection.
public interface IAgentHttpAdapter
type IAgentHttpAdapter = interface
Public Interface IAgentHttpAdapter
- Derived
Methods
| ProcessAsync(HttpRequest, HttpResponse, IAgent, CancellationToken) |
This method can be called from inside a POST method on any controller implementation. |