XmlDictionaryReader::CreateTextReader Method (Stream^, XmlDictionaryReaderQuotas^)

 

Creates an instance of XmlDictionaryReader.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
static XmlDictionaryReader^ CreateTextReader(
	Stream^ stream,
	XmlDictionaryReaderQuotas^ quotas
)

Parameters

stream
Type: System.IO::Stream^

The stream from which to read.

quotas
Type: System.Xml::XmlDictionaryReaderQuotas^

The quotas applied to the reader.

Return Value

Type: System.Xml::XmlDictionaryReader^

An instance of XmlDictionaryReader.

The reader created is optimized for reading UTF-8 text.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: