IXmlMtomReaderInitializer::SetInput Method (Stream^, array<Encoding^>^, String^, XmlDictionaryReaderQuotas^, Int32, OnXmlDictionaryReaderClose^)

 

Specifies initialization requirements for XML MTOM readers that read a stream.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

void SetInput(
	Stream^ stream,
	array<Encoding^>^ encodings,
	String^ contentType,
	XmlDictionaryReaderQuotas^ quotas,
	int maxBufferSize,
	OnXmlDictionaryReaderClose^ onClose
)

Parameters

stream
Type: System.IO::Stream^

The stream from which to read.

encodings
Type: array<System.Text::Encoding^>^

The possible character encodings of the stream.

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
Return to top
Show: