Share via


RestApiOperationResponse.Headers Property

Definition

The response headers.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<string>>? Headers { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.Headers : System.Collections.Generic.IDictionary<string, seq<string>> with get, set
Public Property Headers As IDictionary(Of String, IEnumerable(Of String))

Property Value

Attributes

Applies to