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