Table of Contents

Interface IHttpInteractionProcessor

Namespace
NetCord.Hosting.AspNetCore
Assembly
NetCord.Hosting.AspNetCore.dll
public interface IHttpInteractionProcessor

Methods

ProcessAsync(HttpContext)

Processes an incoming HTTP interaction request.

Task ProcessAsync(HttpContext context)

Parameters

context HttpContext

The HttpContext of the incoming request.

Returns

Task

A Task representing the asynchronous operation.