Skip to content

EveRawRequestOptions

NexusLabs.Eve

EveRawRequestOptions Class

Configures one caller-owned request sent through SendRawAsync(HttpRequestMessage, EveRawRequestOptions, CancellationToken).

public sealed record EveRawRequestOptions : System.IEquatable<NexusLabs.Eve.EveRawRequestOptions>

Inheritance System.Object 🡒 EveRawRequestOptions

Implements System.IEquatable<EveRawRequestOptions>

Properties

EveRawRequestOptions.ProtectedHeaderOverrides Property

Gets explicit overrides for protected headers. Every name must also appear in AllowedProtectedHeaderOverrides. Never populate this collection directly from untrusted inbound headers.

public System.Collections.Generic.IReadOnlyDictionary<string,string>? ProtectedHeaderOverrides { get; init; }

Property Value

System.Collections.Generic.IReadOnlyDictionary<System.String,System.String>