HttpRequestMessage.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A set of properties on the HttpRequestMessage instance that are for use by the developer.