DiagnosticContract.HttpCorrelationProtocol Property

Definition

Gets or sets sets correlation protocol to use for Application Insights diagnostics. Possible values include: 'None', 'Legacy', 'W3C'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.httpCorrelationProtocol")]
public string HttpCorrelationProtocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.httpCorrelationProtocol")>]
member this.HttpCorrelationProtocol : string with get, set
Public Property HttpCorrelationProtocol As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to