I
InsightNexus

Class HttpHeader.Common | Azure SDK for Net

Author

Leah Mitchell

Published Feb 16, 2026

Commonly defined header values.

Inheritance

HttpHeader.Common

Namespace: Azure.Core
Assembly: Azure.Core.dll
Syntax
public static class HttpHeader.Common

Fields

FormUrlEncodedContentType

Returns header with name "ContentType" and value "application/x-www-form-urlencoded".

Declaration
public static readonly Azure.Core.HttpHeader FormUrlEncodedContentType;
Field Value

JsonAccept

Returns header with name "Accept" and value "application/json".

Declaration
public static readonly Azure.Core.HttpHeader JsonAccept;
Field Value

JsonContentType

Returns header with name "ContentType" and value "application/json".

Declaration
public static readonly Azure.Core.HttpHeader JsonContentType;
Field Value

OctetStreamContentType

Returns header with name "ContentType" and value "application/octet-stream".

Declaration
public static readonly Azure.Core.HttpHeader OctetStreamContentType;
Field Value