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