Click or drag to resize

IGetExtensionResourceCallbackContinue Method (Stream)

Version 86.0.240
Continue the request. Read the resource contents from stream.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void Continue(
	Stream stream
)

Parameters

stream
Type: System.IOStream
stream to be used as response.
See Also