Click or drag to resize

CefStreamReaderMayBlock Method

Returns true if this reader performs work like accessing the file system which may block. Used as a hint for determining the thread to access the reader from.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool MayBlock()

Return Value

Boolean
See Also