HttpRequestMessage.Properties Property

Definition

Gets a set of properties on the HttpRequestMessage instance that are for use by the developer.

public:
 property IMap<Platform::String ^, Platform::Object ^> ^ Properties { IMap<Platform::String ^, Platform::Object ^> ^ get(); };
IMap<winrt::hstring, IInspectable const&> Properties();
public IDictionary<string,object> Properties { get; }
var iMap = httpRequestMessage.properties;
Public ReadOnly Property Properties As IDictionary(Of String, Object)

Property Value

IMap<String,Object>

IDictionary<String,Object>

IMap<Platform::String,Platform::Object>

IMap<winrt::hstring,IInspectable>

A set of properties on the HttpRequestMessage instance that are for use by the developer.

Applies to