CreateBinaryReader Method (Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)

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.

Namespace:  System.Xml
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.

Return Value

Type: System.Xml.XmlDictionaryReader
An instance of XmlDictionaryReader.

ExceptionCondition
ArgumentNullException

stream is null.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft