1 implementation of SetInput
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
79
public void
SetInput
(Stream stream, Encoding[] encodings, string contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose)
1 reference to SetInput
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
538
((IXmlMtomReaderInitializer)xmlReader).
SetInput
(stream, MtomMessageEncoderFactory.GetSupportedEncodings(), contentType, this.readerQuotas, this.maxBufferSize, onStreamedReaderClose);