Click or drag to resize
CacheControlContent Property
Gets or sets or Sets the Content property.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public string Content { 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