HttpRequestMessage.Properties Proprietà

Definizione

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; }
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>.

Commenti

Questa proprietà condivide l'archiviazione con la Options proprietà . L'uso di entrambi contemporaneamente può causare conflitti di tasti imprevisti.

Si applica a