ResourceHandlerFromStream Method |
Version 57.0.0
Gets the resource from a stream.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax public static ResourceHandler FromStream(
Stream stream,
string mimeType = "text/html"
)
public:
static ResourceHandler^ FromStream(
Stream^ stream,
String^ mimeType = L"text/html"
)
Parameters
- stream
- Type: System.IOStream
A stream of the resource. - mimeType (Optional)
- Type: SystemString
Type of MIME.
Return Value
Type:
ResourceHandlerResourceHandler.
See Also