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