ResourceHandlerAutoDisposeStream Property |
Version 108.4.130
When true the Stream will be Disposed when
this instance is Disposed. The default value for
this property is false.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic bool AutoDisposeStream { get; set; }
public:
property bool AutoDisposeStream {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also