Click or drag to resize

CefWriteHandlerWrite Method

Write raw binary data.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract long Write(
	Stream stream,
	long length
)

Parameters

stream
Type: System.IOStream
length
Type: SystemInt64

Return Value

Type: Int64
See Also