Share via


HttpRequestMessage.Properties Proprietà

Definizione

Attenzione

Use Options instead.

Attenzione

HttpRequestMessage.Properties has been deprecated. Use Options instead.

Ottiene un set di proprietà per la richiesta 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)

Valore della proprietà

Restituisce IDictionary<TKey,TValue>.

Attributi

Commenti

Questa proprietà condivide l'archiviazione con la Options proprietà . L'uso di entrambi allo stesso tempo può causare collisioni di chiavi impreviste.

Si applica a