System.Xml.XmlDictionaryReader.CreateMtomReader C# (CSharp) Méthode

CreateMtomReader() public static méthode

public static CreateMtomReader ( System stream, System encoding, System quotas ) : System.Xml.XmlDictionaryReader
stream System
encoding System
quotas System
Résultat System.Xml.XmlDictionaryReader
        public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
        public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }

Same methods

XmlDictionaryReader::CreateMtomReader ( System stream, System encodings, string contentType, System quotas ) : System.Xml.XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( System stream, System encodings, string contentType, System quotas, int maxBufferSize, System onClose ) : System.Xml.XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( byte buffer, int offset, int count, System encoding, System quotas ) : System.Xml.XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( byte buffer, int offset, int count, System encodings, string contentType, System quotas ) : System.Xml.XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( byte buffer, int offset, int count, System encodings, string contentType, System quotas, int maxBufferSize, System onClose ) : System.Xml.XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( Stream stream, Encoding encodings, string contentType, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( Stream stream, Encoding encodings, string contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose ) : XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( byte buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( byte buffer, int offset, int count, Encoding encodings, string contentType, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader
XmlDictionaryReader::CreateMtomReader ( byte buffer, int offset, int count, Encoding encodings, string contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose ) : XmlDictionaryReader