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