Click or drag to resize

CefReadHandlerRead Method

Read 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 Read(
	Stream stream,
	long length
)

Parameters

stream
Type: System.IOStream
length
Type: SystemInt64

Return Value

Type: Int64
See Also