Click or drag to resize
ResourceHandlerFromStream Method
Version 63.0.0
Gets the resource from a stream.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public static ResourceHandler FromStream(
	Stream stream,
	string mimeType = "text/html"
)

Parameters

stream
Type: System.IOStream
A stream of the resource.
mimeType (Optional)
Type: SystemString
Type of MIME.

Return Value

Type: ResourceHandler
ResourceHandler.
See Also