Click or drag to resize
Accord.NET (logo)

JPEGStreamPreventCaching Property

Use or not caching.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public bool PreventCaching { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks
If the property is set to true, then a fake random parameter will be added to URL to prevent caching. It's required for clients, who are behind proxy server.
See Also