| CacheControlContent Property  | 
                Gets or sets or Sets the Content property.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string Content { get; set; }Public Property Content As String
	Get
	Set
public:
property String^ Content {
	String^ get ();
	void set (String^ value);
}member Content : string with get, set
Property Value
Type: 
String
                Cache control values for requests: "no-cache", "max-stale", "min-fresh", "only-if-cached",
                cache-extension
                
                Cache Control for responses: "public", "private", "no-cache",  "no-transform", "must-
                revalidate", "proxy-revalidate", "max-age" "=" delta-seconds.
            
See Also