Click or drag to resize

IGetExtensionResourceCallback.Continue Method (Byte[])

Version 93.1.111
Continue the request

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
void Continue(
	byte[] data
)

Parameters

data
Type:System.Byte[]
data to be used as response
See Also