Click or drag to resize

CefXmlReaderCreate Method

Create a new CefXmlReader object. The returned object's methods can only be called from the thread that created the object.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefXmlReader Create(
	CefStreamReader stream,
	CefXmlEncoding encodingType,
	string uri
)

Parameters

stream  CefStreamReader
 
encodingType  CefXmlEncoding
 
uri  String
 

Return Value

CefXmlReader
See Also