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