Aracılığıyla paylaş


XmlDictionaryReader.CreateMtomReader Yöntem

Tanım

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

Aşırı Yüklemeler

CreateMtomReader(Byte[], Int32, Int32, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

CreateMtomReader(Stream, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

CreateMtomReader(Byte[], Int32, Int32, Encoding[], String, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

CreateMtomReader(Byte[], Int32, Int32, Encoding[], XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

CreateMtomReader(Stream, Encoding, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

CreateMtomReader(Stream, Encoding[], String, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

CreateMtomReader(Stream, Encoding[], XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

CreateMtomReader(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

Açıklamalar

MTOM, kullanıcıların SOAP iletilerinin iletim ve kablo biçimini iyileştirmesine olanak tanır.

CreateMtomReader(Byte[], Int32, Int32, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(cli::array <System::Byte> ^ buffer, int offset, int count, cli::array <System::Text::Encoding ^> ^ encodings, System::String ^ contentType, System::Xml::XmlDictionaryReaderQuotas ^ quotas, int maxBufferSize, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
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);
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);
static member CreateMtomReader : byte[] * int * int * System.Text.Encoding[] * string * System.Xml.XmlDictionaryReaderQuotas * int * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (buffer As Byte(), offset As Integer, count As Integer, encodings As Encoding(), contentType As String, quotas As XmlDictionaryReaderQuotas, maxBufferSize As Integer, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilen bayt sayısı.

encodings
Encoding[]

Girişin olası karakter kodlamaları.

contentType
String

İletinin İçerik Türü MIME türü.

maxBufferSize
Int32

Arabelleğin izin verilen en büyük boyutu.

onClose
OnXmlDictionaryReaderClose

Okuyucu kapatıldığında çağrılacak temsilci.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Bu yöntem, tarafından encodingsbelirtilen karakter kodlamalarından birini kullanarak belirtilen uzaklık ve sayıya sahip bir arabellekten okur. Bir örnek Encodingdizisi. İleti belirtilen MIME türünde. ise contentType null, iletide İçerik Türü MIME üst bilgisi bulunmalıdır.

Şunlara uygulanır

CreateMtomReader(Stream, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(System::IO::Stream ^ stream, cli::array <System::Text::Encoding ^> ^ encodings, System::String ^ contentType, System::Xml::XmlDictionaryReaderQuotas ^ quotas, int maxBufferSize, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public static System.Xml.XmlDictionaryReader CreateMtomReader (System.IO.Stream stream, System.Text.Encoding[] encodings, string? contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose? onClose);
public static System.Xml.XmlDictionaryReader CreateMtomReader (System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose);
static member CreateMtomReader : System.IO.Stream * System.Text.Encoding[] * string * System.Xml.XmlDictionaryReaderQuotas * int * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (stream As Stream, encodings As Encoding(), contentType As String, quotas As XmlDictionaryReaderQuotas, maxBufferSize As Integer, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader

Parametreler

stream
Stream

Okunacak akış.

encodings
Encoding[]

Akışın olası karakter kodlamaları.

contentType
String

İletinin İçerik Türü MIME türü.

quotas
XmlDictionaryReaderQuotas

İletinin MIME türü.

maxBufferSize
Int32

XmlDictionaryReaderQuotas okuyucuya uygulanacak.

onClose
OnXmlDictionaryReaderClose

Okuyucu kapatıldığında çağrılacak temsilci.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Bu yöntem, tarafından encodingsbelirtilen karakter kodlamalarından birini kullanarak bir akıştan okur. Örneğinin Encodingbir dizisi. İleti belirtilen MIME türünde. ise contentType null, iletide İçerik Türü MIME üst bilgisi bulunmalıdır.

Şunlara uygulanır

CreateMtomReader(Byte[], Int32, Int32, Encoding[], String, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(cli::array <System::Byte> ^ buffer, int offset, int count, cli::array <System::Text::Encoding ^> ^ encodings, System::String ^ contentType, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string? contentType, System.Xml.XmlDictionaryReaderQuotas quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateMtomReader : byte[] * int * int * System.Text.Encoding[] * string * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (buffer As Byte(), offset As Integer, count As Integer, encodings As Encoding(), contentType As String, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilen bayt sayısı.

encodings
Encoding[]

Girişin olası karakter kodlamaları.

contentType
String

İletinin İçerik Türü MIME türü.

quotas
XmlDictionaryReaderQuotas

Bu okuyucuya uygulanacak kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Bu yöntem, tarafından encodingsbelirtilen karakter kodlamalarından birini kullanarak belirtilen uzaklık ve sayıya sahip bir arabellekten okur. Bir örnek Encodingdizisi. İleti belirtilen MIME türünde. ise contentType null, iletide İçerik Türü MIME üst bilgisi bulunmalıdır.

Şunlara uygulanır

CreateMtomReader(Byte[], Int32, Int32, Encoding[], XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(cli::array <System::Byte> ^ buffer, int offset, int count, cli::array <System::Text::Encoding ^> ^ encodings, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateMtomReader : byte[] * int * int * System.Text.Encoding[] * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (buffer As Byte(), offset As Integer, count As Integer, encodings As Encoding(), quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilen bayt sayısı.

encodings
Encoding[]

Girişin olası karakter kodlamaları.

quotas
XmlDictionaryReaderQuotas

Bu okuyucuya uygulanacak kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Bu yöntem, tarafından encodingsbelirtilen karakter kodlamalarından birini kullanarak belirtilen uzaklık ve sayıya sahip bir arabellekten okur. Bir örnek Encodingdizisi.

Şunlara uygulanır

CreateMtomReader(Stream, Encoding, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(System::IO::Stream ^ stream, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateMtomReader : System.IO.Stream * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (stream As Stream, encoding As Encoding, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Parametreler

stream
Stream

Okunacak akış.

encoding
Encoding

Akışın olası karakter kodlaması.

quotas
XmlDictionaryReaderQuotas

Bu okuyucuya uygulanacak kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

encoding, null değeridir.

Açıklamalar

Bu yöntem, tarafından belirtilen encodingkarakter kodlamasını kullanarak bir akıştan okur. Örneğini Encoding.

Şunlara uygulanır

CreateMtomReader(Stream, Encoding[], String, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(System::IO::Stream ^ stream, cli::array <System::Text::Encoding ^> ^ encodings, System::String ^ contentType, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (System.IO.Stream stream, System.Text.Encoding[] encodings, string? contentType, System.Xml.XmlDictionaryReaderQuotas quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateMtomReader : System.IO.Stream * System.Text.Encoding[] * string * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (stream As Stream, encodings As Encoding(), contentType As String, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Parametreler

stream
Stream

Okunacak akış.

encodings
Encoding[]

Akışın olası karakter kodlamaları.

contentType
String

İletinin İçerik Türü MIME türü.

quotas
XmlDictionaryReaderQuotas

Bu okuyucuya uygulanacak kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Bu yöntem, tarafından encodingsbelirtilen karakter kodlamalarından birini kullanarak bir akıştan okur. Örneğinin Encodingbir dizisi. İleti belirtilen MIME türünde. ise contentType null, iletide İçerik Türü MIME üst bilgisi bulunmalıdır.

Şunlara uygulanır

CreateMtomReader(Stream, Encoding[], XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(System::IO::Stream ^ stream, cli::array <System::Text::Encoding ^> ^ encodings, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (System.IO.Stream stream, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateMtomReader : System.IO.Stream * System.Text.Encoding[] * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (stream As Stream, encodings As Encoding(), quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Parametreler

stream
Stream

Okunacak akış.

encodings
Encoding[]

Akışın olası karakter kodlamaları.

quotas
XmlDictionaryReaderQuotas

Bu okuyucuya uygulanacak kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

encoding, null değeridir.

Açıklamalar

Bu yöntem, tarafından encodingsbelirtilen karakter kodlamalarından birini kullanarak bir akıştan okur. Örneğinin Encodingbir dizisi.

Şunlara uygulanır

CreateMtomReader(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas)

XML'yi XmlDictionaryReader MTOM biçiminde okuyan bir örneği oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateMtomReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateMtomReader (byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateMtomReader : byte[] * int * int * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateMtomReader (buffer As Byte(), offset As Integer, count As Integer, encoding As Encoding, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilen bayt sayısı.

encoding
Encoding

Girişin olası karakter kodlaması.

quotas
XmlDictionaryReaderQuotas

Bu okuyucuya uygulanacak kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

encoding, null değeridir.

Açıklamalar

Bu yöntem, tarafından belirtilen encodingkarakter kodlamasını kullanarak belirtilen uzaklık ve sayıya sahip bir arabellekten okur. Örneğini Encodingkullanır.

Şunlara uygulanır