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