IGetExtensionResourceCallbackContinue Method (Stream) | 
Version 106.0.290 
            Continue the request. Read the resource contents from stream.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid Continue(
	Stream stream
)
void Continue(
	Stream^ stream
)
Parameters
- stream
 - Type: System.IOStream
stream to be used as response. 
See Also