다음을 통해 공유


IAgentHttpAdapter Interface

Definition

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.

Applies to