ResourceHandlerStream Property |
Version 110.0.300
Gets or sets the resource stream.
Namespace:
CefSharp.Lagacy
Assembly:
CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.0)
Syntax public Stream Stream { get; set; }
public:
property Stream^ Stream {
Stream^ get ();
void set (Stream^ value);
}
Property Value
Type:
StreamSee Also