Table of Contents
API reference

Class DiscordWebIngressOptions

Namespace
DisCatSharp.Hosting.AspNetCore.Ingress
Assembly
DisCatSharp.Hosting.AspNetCore.dll

Configures transport-agnostic Discord web ingress services.

public sealed class DiscordWebIngressOptions
Inheritance
DiscordWebIngressOptions
Inherited Members

Fields

DefaultMaxRequestBodySize

The default maximum request body size in bytes.

Properties

ApplicationVerifyKey

Gets or sets the hex-encoded Discord application verify key used for signed ingress validation.

MaxRequestBodySize

Gets or sets the maximum allowed size of a raw ingress request body in bytes.

PendingStateCleanupInterval

Gets or sets how often the default in-memory pending state store prunes expired entries.

PendingStateLifetime

Gets or sets the default lifetime applied to pending ingress state entries.