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