Partilhar via


WebPubSubSimpleResponse.Headers Property

Definition

Response headers.

[System.Text.Json.Serialization.JsonPropertyName("headers")]
public System.Collections.Generic.Dictionary<string,string[]> Headers { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("headers")>]
member this.Headers : System.Collections.Generic.Dictionary<string, string[]> with get, set
Public Property Headers As Dictionary(Of String, String())

Property Value

Attributes

Applies to