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.
IXmlBinaryReaderInitializer Interface
.NET Framework (current version)
Provides methods for reinitializing a binary reader to read a new document.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | SetInput(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose) | Reinitializes the binary reader using the given input buffer. |
![]() | SetInput(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose) | Reinitializes the binary reader using the given input stream. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
