| ResourceHandlerAutoDisposeStream Property  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic bool AutoDisposeStream { get; set; }public:
property bool AutoDisposeStream {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also