Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

RequestHeaderAttribute Class

Declares that the value arrives in the named HTTP request header rather than in the request payload — e.g. the compact DPoP proof JWT carried in the DPoP header per RFC 9449 §4.1. Purely semantic: it names the transport source and leaves the extraction mechanism to the transport layer.

C#
public class RequestHeaderAttribute : System.Attribute

Inheritance System.ObjectSystem.Attribute → RequestHeaderAttribute

Constructors

RequestHeaderAttribute(string) Constructor

Declares that the value arrives in the named HTTP request header rather than in the request payload — e.g. the compact DPoP proof JWT carried in the DPoP header per RFC 9449 §4.1. Purely semantic: it names the transport source and leaves the extraction mechanism to the transport layer.

C#
public RequestHeaderAttribute(string headerName);

Parameters

headerName System.String

The HTTP request header carrying the value.

Properties

RequestHeaderAttribute.HeaderName Property

The HTTP request header carrying the value.

C#
public string HeaderName { get; }

Property Value

System.String