API reference
Interface IDiscordIngressBodyReader
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Reads raw request bodies for Discord ingress handlers.
public interface IDiscordIngressBodyReader
Methods
- ReadAsync(Stream, CancellationToken)
Reads the full raw request body into an ingress payload.