get_Properties()

HttpRequestMessage::get_Properties() method

Returns the collection of the HTTP request properties.

System::SharedPtr<Collections::Generic::IDictionary<String, System::SharedPtr<Object>>> System::Net::Http::HttpRequestMessage::get_Properties()

Return Value

The collection of the HTTP request properties.

See Also