HttpRequestResult.Headers Property

Definition

Gets the response headers keyed by header name. Each header may have multiple values.

public System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyList<string>>? Headers { get; init; }
member this.Headers : System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyList<string>> with get, set
Public Property Headers As IReadOnlyDictionary(Of String, IReadOnlyList(Of String))

Property Value

Applies to