Use or not caching.

Namespace:  AForge.Video
Assembly:  AForge.Video (in AForge.Video.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public bool PreventCaching { get; set; }

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