Table of Contents
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

request DiscordIngressRequest

The transport-neutral ingress request.

Remarks

Initializes a new instance of the DiscordIncomingWebhookContext class.