HttpRequestMessage.Properties Proprietà

Definizione

Ottiene un set di proprietà nell'istanza HttpRequestMessage che vengono usate dallo sviluppatore.

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)

Valore della proprietà

IMap<String,Object>

IDictionary<String,Object>

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

IMap<winrt::hstring,IInspectable>

Set di proprietà nell'istanza HttpRequestMessage che vengono usate dallo sviluppatore.

Si applica a