HttpRequestMessage.Properties プロパティ

定義

注意事項

Use Options instead.

注意事項

HttpRequestMessage.Properties has been deprecated. Use Options instead.

HTTP 要求のプロパティのセットを取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
[System.Obsolete("Use Options instead.")]
public System.Collections.Generic.IDictionary<string,object?> Properties { get; }
[System.Obsolete("HttpRequestMessage.Properties has been deprecated. Use Options instead.")]
public System.Collections.Generic.IDictionary<string,object?> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
[<System.Obsolete("Use Options instead.")>]
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
[<System.Obsolete("HttpRequestMessage.Properties has been deprecated. Use Options instead.")>]
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)

プロパティ値

IDictionary<TKey,TValue> が返されます。

属性

注釈

このプロパティは、 プロパティとストレージを Options 共有します。 両方を同時に使用すると、予期しないキーの競合が発生する可能性があります。

適用対象