Click or drag to resize

CefDictionaryValueSetBinary Method

Sets the value at the specified key as type binary. Returns true if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetBinary(
	string key,
	CefBinaryValue value
)

Parameters

key
Type: SystemString
value
Type: Internal.Xilium.CefGlueCefBinaryValue

Return Value

Type: Boolean
See Also