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

CreateMtomReader() public static méthode

public static CreateMtomReader ( byte buffer, int offset, int count, System encodings, string contentType, System quotas, int maxBufferSize, System onClose ) : System.Xml.XmlDictionaryReader
buffer byte
offset int
count int
encodings System
contentType string
quotas System
maxBufferSize int
onClose System
Résultat System.Xml.XmlDictionaryReader
        public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
        public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }

Same methods

XmlDictionaryReader::CreateMtomReader ( System stream, System encoding, System quotas ) : System.Xml.XmlDictionaryReader
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 ( 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