IGetExtensionResourceCallbackContinue Method (Stream) |
Version 98.1.210
Continue the request. Read the resource contents from stream.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax void Continue(
Stream stream
)
void Continue(
Stream^ stream
)
Parameters
- stream
- Type: System.IOStream
stream to be used as response.
See Also