CefPostDataElement SetToBytes Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void SetToBytes(
	byte[] bytes
)

Parameters

bytes
Type:  OnlineSystem Byte 

[Missing <param name="bytes"/> documentation for "M:Xilium.CefGlue.CefPostDataElement.SetToBytes(System.Byte[])"]

See Also