Class DiscordHeaders
- Namespace
 - DSharpPlus.Net.InboundWebhooks
 
- Assembly
 - DSharpPlus.dll
 
public class DiscordHeaders
  - Inheritance
 - 
      
      DiscordHeaders
 
Fields
- SignatureHeaderName
 Name of the HTTP header which contains the signature
- TimestampHeaderName
 Name of the HTTP header which contains the timestamp of the signature
Methods
- VerifySignature(ReadOnlySpan<byte>, string, string, string)
 Verifies the signature of a http interaction.