The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IXmlTextReaderInitializer Interface
.NET Framework (current version)
Specifies implementation requirements for XML text readers that derive from this interface.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | SetInput(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose) | Specifies initialization requirements for XML text readers that read a buffer. |
![]() | SetInput(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose) | Specifies initialization requirements for XML text readers that read a stream. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
