Bagikan melalui


HttpRequestMessage.Properties Properti

Definisi

Perhatian

Use Options instead.

Perhatian

HttpRequestMessage.Properties has been deprecated. Use Options instead.

Mendapatkan sekumpulan properti untuk permintaan 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)

Nilai Properti

Menampilkan IDictionary<TKey,TValue>.

Atribut

Keterangan

Properti ini berbagi penyimpanan dengan Options properti . Menggunakan keduanya pada saat yang sama dapat menyebabkan tabrakan kunci yang tidak terduga.

Berlaku untuk