HttpRequestMessage.Properties 속성

정의

개발자가 사용할 HttpRequestMessage instance 속성 집합을 가져옵니다.

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)

속성 값

IMap<String,Object>

IDictionary<String,Object>

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

IMap<winrt::hstring,IInspectable>

개발자가 사용할 HttpRequestMessage instance 속성 집합입니다.

적용 대상