Share via


HttpRequestMessage.Properties Propiedad

Definición

Obtiene un conjunto de propiedades en la instancia httpRequestMessage que el desarrollador usa.

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)

Valor de propiedad

IMap<String,Object>

IDictionary<String,Object>

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

IMap<winrt::hstring,IInspectable>

Conjunto de propiedades en la instancia httpRequestMessage que el desarrollador usa.

Se aplica a