次の方法で共有


IAgentHttpAdapter Interface

Definition

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.

Applies to