Table of Contents

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

Name string
Value string

Properties

Name

public string Name { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string