ResourceHandlerAutoDisposeStream Property |
Version 87.1.132
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: 87.1.132.0 (87.1.132.0)
Syntax public bool AutoDisposeStream { get; set; }
public:
property bool AutoDisposeStream {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also