HttpResponseData.Headers Property

Definition

Gets or sets a HttpHeadersCollection containing the response headers

public abstract Microsoft.Azure.Functions.Worker.Http.HttpHeadersCollection Headers { get; set; }
member this.Headers : Microsoft.Azure.Functions.Worker.Http.HttpHeadersCollection with get, set
Public MustOverride Property Headers As HttpHeadersCollection

Property Value

Applies to