get_PrivateHeaders()

CacheControlHeaderValue::get_PrivateHeaders() method

Gets the collection of fieldnames in the ‘private’ directive in the ‘Cache-Control’ header.

System::SharedPtr<Collections::Generic::ICollection<String>> System::Net::Http::Headers::CacheControlHeaderValue::get_PrivateHeaders()

Return Value

A collection of fieldnames in the ‘private’ directive in the ‘Cache-Control’ header.

See Also