Click or drag to resize

CefPostDataElementSetToBytes Method

The post data element will represent bytes. The bytes passed in will be copied.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetToBytes(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
See Also