HttpRequestMessage.Properties Propiedad

Definición

Precaución

Use Options instead.

Precaución

HttpRequestMessage.Properties has been deprecated. Use Options instead.

Obtiene un conjunto de propiedades de la solicitud 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)

Valor de propiedad

Devuelve IDictionary<TKey,TValue>.

Atributos

Comentarios

Esta propiedad comparte el almacenamiento con la Options propiedad . El uso de ambos al mismo tiempo puede provocar colisiones inesperadas de teclas.

Se aplica a