|
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; }
Public Property PreventCaching As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks 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