Table of Contents

Interface IWebhookEventProcessor

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

Methods

ProcessAsync(HttpContext)

Processes an incoming webhook event request.

ValueTask ProcessAsync(HttpContext context)

Parameters

context HttpContext

The HttpContext of the incoming request.

Returns

ValueTask

A Task representing the asynchronous operation.