Share via


HttpRequest.Result.Headers Property

Definition

Gets the headers from the response to the http operation.

public System.Collections.Generic.Dictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Headers As Dictionary(Of String, String)

Property Value

Response headers.

Applies to