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.
An Adapter that handles Http request/response.
public interface IAgentHttpAdapter
type IAgentHttpAdapter = interface
Public Interface IAgentHttpAdapter
- Derived
Methods
| Name | Description |
|---|---|
| ProcessAsync(HttpRequest, HttpResponse, IAgent, CancellationToken) |
This method can be called from inside a POST method on any endpoint implementation. |