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