Struct HttpHeader
- Namespace
- Auth0.ManagementApi.Core
- Assembly
- Auth0.ManagementApi.dll
Represents a single HTTP header.
public readonly record struct HttpHeader : IEquatable<HttpHeader>
- Implements
- Inherited Members
Constructors
HttpHeader(string, string)
Represents a single HTTP header.
public HttpHeader(string Name, string Value)
Parameters
Properties
Name
public string Name { get; init; }
Property Value
Value
public string Value { get; init; }