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.

Task ProcessAsync(HttpContext context)

Parameters

context HttpContext

The HttpContext of the incoming request.

Returns

Task

A Task representing the asynchronous operation.