ResourceHandler Constructor |
Version 63.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public ResourceHandler(
string mimeType = "text/html",
Stream stream = null
)
public:
ResourceHandler(
String^ mimeType = L"text/html",
Stream^ stream = nullptr
)
Parameters
- mimeType (Optional)
- Type: SystemString
Optional mimeType defaults to DefaultMimeType - stream (Optional)
- Type: System.IOStream
Optional Stream - must be set at some point to provide a valid response
See Also