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 . Одновременное использование обоих ключей может привести к непредвиденным конфликтам ключей.

Применяется к