XmlDictionaryReader.CreateBinaryReader Method (Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of XmlDictionaryReader that can read .NET Binary XML Format.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public static XmlDictionaryReader CreateBinaryReader( Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session )
Parameters
- stream
- Type: System.IO.Stream
The stream from which to read.
- dictionary
- Type: System.Xml.IXmlDictionary
The XmlDictionary to use.
- quotas
- Type: System.Xml.XmlDictionaryReaderQuotas
The quotas that apply to this operation.
- session
- Type: System.Xml.XmlBinaryReaderSession
The instance of XmlBinaryReaderSession used by the reader.
| Exception | Condition |
|---|---|
| ArgumentNullException | stream is null. |
Show: