IXmlMtomReaderInitializer::SetInput Method (array<Byte>^, Int32, Int32, array<Encoding^>^, String^, XmlDictionaryReaderQuotas^, Int32, OnXmlDictionaryReaderClose^)
.NET Framework (current version)
Specifies initialization requirements for XML MTOM readers that read a buffer.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
void SetInput( array<unsigned char>^ buffer, int offset, int count, array<Encoding^>^ encodings, String^ contentType, XmlDictionaryReaderQuotas^ quotas, int maxBufferSize, OnXmlDictionaryReaderClose^ onClose )
Parameters
- buffer
-
Type:
array<System::Byte>^
The buffer from which to read.
- offset
-
Type:
System::Int32
The starting position from which to read in buffer.
- count
-
Type:
System::Int32
The number of bytes that can be read from buffer.
- encodings
-
Type:
array<System.Text::Encoding^>^
The possible character encodings of the input.
- contentType
-
Type:
System::String^
The Content-Type of the message. Can be null if the MIME type is present in the document being read.
- quotas
-
Type:
System.Xml::XmlDictionaryReaderQuotas^
The XmlDictionaryReaderQuotas to apply to the reader.
- maxBufferSize
-
Type:
System::Int32
The maximum allowed size of the buffer.
- onClose
-
Type:
System.Xml::OnXmlDictionaryReaderClose^
The delegate to use when an onClose event happens.
.NET Framework
Available since 3.0
Available since 3.0
Show: