HttpResponseHeaders::CacheControl Property

Gets or sets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property CacheControlHeaderValue^ CacheControl {
	CacheControlHeaderValue^ get ();
	void set (CacheControlHeaderValue^ value);
}
Show: