API reference
Method GetHeaderValue
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.IncomingWebhooks
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
GetHeaderValue(string)
Gets the first value for a request header when present.
public string? GetHeaderValue(string name)
Parameters
namestringThe header name to resolve.