ByteArrayResourceHandler Constructor |
Version 98.1.210
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public ByteArrayResourceHandler(
string mimeType,
byte[] data
)
public:
ByteArrayResourceHandler(
String^ mimeType,
array<unsigned char>^ data
)
Parameters
- mimeType
- Type: SystemString
mimeType - data
- Type: SystemByte
byte array
See Also