IXmlMtomReaderInitializer.SetInput メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメソッドを実装する XML MTOM リーダーの初期化要件を指定します。
オーバーロード
SetInput(Stream, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose) |
ストリームを読み取る XML MTOM リーダーの初期化要件を指定します。 |
SetInput(Byte[], Int32, Int32, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose) |
バッファーを読み取る XML MTOM リーダーの初期化要件を指定します。 |
SetInput(Stream, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose)
ストリームを読み取る XML MTOM リーダーの初期化要件を指定します。
public:
void SetInput(System::IO::Stream ^ stream, cli::array <System::Text::Encoding ^> ^ encodings, System::String ^ contentType, System::Xml::XmlDictionaryReaderQuotas ^ quotas, int maxBufferSize, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public void SetInput (System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : System.IO.Stream * System.Text.Encoding[] * string * System.Xml.XmlDictionaryReaderQuotas * int * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (stream As Stream, encodings As Encoding(), contentType As String, quotas As XmlDictionaryReaderQuotas, maxBufferSize As Integer, onClose As OnXmlDictionaryReaderClose)
パラメーター
- stream
- Stream
読み込み元のストリーム。
- encodings
- Encoding[]
ストリームの可能な文字エンコーディング。
- contentType
- String
メッセージの Content-Type。 読み取るドキュメント内に MIME 型がある場合は、null
でもかまいません。
- quotas
- XmlDictionaryReaderQuotas
リーダーに適用される XmlDictionaryReaderQuotas。
- maxBufferSize
- Int32
バッファーの許容最大サイズ。
- onClose
- OnXmlDictionaryReaderClose
onClose
イベントが発生したときに使用するデリゲート。
適用対象
SetInput(Byte[], Int32, Int32, Encoding[], String, XmlDictionaryReaderQuotas, Int32, OnXmlDictionaryReaderClose)
バッファーを読み取る XML MTOM リーダーの初期化要件を指定します。
public:
void SetInput(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 void SetInput (byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : byte[] * int * int * System.Text.Encoding[] * string * System.Xml.XmlDictionaryReaderQuotas * int * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (buffer As Byte(), offset As Integer, count As Integer, encodings As Encoding(), contentType As String, quotas As XmlDictionaryReaderQuotas, maxBufferSize As Integer, onClose As OnXmlDictionaryReaderClose)
パラメーター
- buffer
- Byte[]
読み込み元のバッファー。
- offset
- Int32
buffer
の読み取り開始位置。
- count
- Int32
buffer
からの読み取り可能バイト数。
- encodings
- Encoding[]
入力の可能な文字エンコーディング。
- contentType
- String
メッセージの Content-Type。 読み取るドキュメント内に MIME 型がある場合は、null
でもかまいません。
- quotas
- XmlDictionaryReaderQuotas
リーダーに適用される XmlDictionaryReaderQuotas。
- maxBufferSize
- Int32
バッファーの許容最大サイズ。
- onClose
- OnXmlDictionaryReaderClose
onClose
イベントが発生したときに使用するデリゲート。
適用対象
.NET