Interface IHttpInteractionHandler
public interface IHttpInteractionHandler
Methods
HandleAsync(Interaction)
Handles HTTP Interactions.
ValueTask HandleAsync(Interaction interaction)
Parameters
interactionInteractionThe Interaction received.