次の方法で共有


WebPubSubConnectionContext.Headers プロパティ

定義

要求のヘッダー。

[System.Runtime.Serialization.DataMember(Name="headers")]
[System.Text.Json.Serialization.JsonPropertyName("headers")]
public System.Collections.Generic.IReadOnlyDictionary<string,string[]> Headers { get; }
[<System.Runtime.Serialization.DataMember(Name="headers")>]
[<System.Text.Json.Serialization.JsonPropertyName("headers")>]
member this.Headers : System.Collections.Generic.IReadOnlyDictionary<string, string[]>
Public ReadOnly Property Headers As IReadOnlyDictionary(Of String, String())

プロパティ値

属性

適用対象