CefPostDataElementSetToBytes Method |
The post data element will represent bytes. The bytes passed
in will be copied.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetToBytes(
byte[] bytes
)
Parameters
- bytes Byte
-
See Also