Click or drag to resize

ResourceHandlerAutoDisposeStream Property

Version 103.0.120
When true the Stream will be Disposed when this instance is Disposed. The default value for this property is false.

Namespace:  CefSharp.Lagacy
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public bool AutoDisposeStream { get; set; }

Property Value

Type: Boolean
See Also