ResourceRequestHandlerFactoryItem Constructor |
Version 130.1.90
DefaultResourceHandlerFactoryItem constructor
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public ResourceRequestHandlerFactoryItem(
byte[] data,
string mimeType,
bool oneTimeUse
)
public:
ResourceRequestHandlerFactoryItem(
array<unsigned char>^ data,
String^ mimeType,
bool oneTimeUse
)
Parameters
- data Byte
- The data in byte[] format that will be used for the response
- mimeType String
- mime type
- oneTimeUse Boolean
- Whether or not the handler should be used once (true) or until manually unregistered (false)
See Also