HttpRequestResult.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))