get_NoCacheHeaders()

CacheControlHeaderValue::get_NoCacheHeaders() method

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

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

Return Value

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

See Also