ResourceHandlerAutoDisposeStream Property |
Version 57.0.0
When true the Stream will be Disposed when
this instance is Disposed. The default value for
this property is false.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax public bool AutoDisposeStream { get; set; }
public:
property bool AutoDisposeStream {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also