Click or drag to resize

ByteArrayResourceHandler Constructor

Version 86.0.240
Initializes a new instance of the ByteArrayResourceHandler class.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public ByteArrayResourceHandler(
	string mimeType,
	byte[] data
)

Parameters

mimeType
Type: SystemString
mimeType
data
Type: SystemByte
byte array
See Also