1 implementation of SetInput
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
129public void SetInput(Stream stream, Encoding[] encodings, string contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose)
1 reference to SetInput
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
190((IXmlMtomReaderInitializer)xmlReader).SetInput(stream, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, ReaderQuotas, MaxBufferSize, _onStreamedReaderClose);