API reference
Method TryGetSingleHeaderValue
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.IncomingWebhooks
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
TryGetSingleHeaderValue(string, out string?)
Attempts to resolve a single header value by name.
public bool TryGetSingleHeaderValue(string name, out string? value)