API reference
Constructor DiscordIncomingWebhookContext
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.IncomingWebhooks
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
DiscordIncomingWebhookContext(DiscordIngressRequest)
Represents an incoming webhook request received through the ASP.NET Core ingress surface.
public DiscordIncomingWebhookContext(DiscordIngressRequest request)
Parameters
requestDiscordIngressRequestThe transport-neutral ingress request.
Remarks
Initializes a new instance of the DiscordIncomingWebhookContext class.