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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SetToBytes(
	byte[] bytes
)

Parameters

bytes  Byte
 
See Also