XmlDictionaryReader.CreateBinaryReader Method (Stream, IXmlDictionary, XmlDictionaryReaderQuotas)
.NET Framework 3.0
Creates an instance of XmlDictionaryReader that can read .NET Binary XML Format.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
public: static XmlDictionaryReader^ CreateBinaryReader ( Stream^ stream, IXmlDictionary^ dictionary, XmlDictionaryReaderQuotas^ quotas )
public static XmlDictionaryReader CreateBinaryReader ( Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas )
public static function CreateBinaryReader ( stream : Stream, dictionary : IXmlDictionary, quotas : XmlDictionaryReaderQuotas ) : XmlDictionaryReader
Not applicable.
Parameters
- stream
The stream from which to read.
- dictionary
XmlDictionary to use.
- quotas
The quotas that apply to this operation.
Return Value
An instance of XmlDictionaryReader.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.