API reference
Class DiscordIngressEndpointNames
- Namespace
- DisCatSharp.Hosting.AspNetCore.Routing
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Contains the stable endpoint names used by the DisCatSharp ASP.NET Core ingress surface.
public static class DiscordIngressEndpointNames
- Inheritance
-
DiscordIngressEndpointNames
- Inherited Members
Remarks
These names are intentionally stable so callers can look up mapped endpoints or attach conventions without depending on the configured route segments.
Fields
- IncomingWebhooks
The incoming webhooks endpoint name.
- Interactions
The interactions endpoint name.
- OAuthCallback
The OAuth callback endpoint name.
- WebhookEvents
The webhook events endpoint name.