CefReadHandler Read Method Xilium.CefGlue

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

Read raw binary data.

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

protected abstract long Read(
	Stream stream,
	long length
)

Parameters

stream
Type: OnlineSystem.IO Stream

[Missing <param name="stream"/> documentation for "M:Xilium.CefGlue.CefReadHandler.Read(System.IO.Stream,System.Int64)"]

length
Type: OnlineSystem Int64

[Missing <param name="length"/> documentation for "M:Xilium.CefGlue.CefReadHandler.Read(System.IO.Stream,System.Int64)"]

Return Value

Type: OnlineInt64

[Missing <returns> documentation for "M:Xilium.CefGlue.CefReadHandler.Read(System.IO.Stream,System.Int64)"]

See Also