IGetExtensionResourceCallbackContinue Method (Byte) | 
Version 106.0.290 
            Continue the request
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid Continue(
	byte[] data
)
void Continue(
	array<unsigned char>^ data
)
Parameters
- data
 - Type: SystemByte
data to be used as response 
See Also