1 instantiation of MtomMessageEncoderFactory
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
189
return new
MtomMessageEncoderFactory
(MessageVersion, WriteEncoding, this.MaxReadPoolSize, this.MaxWritePoolSize, this.MaxBufferSize, this.ReaderQuotas);
5 references to MtomMessageEncoderFactory
System.ServiceModel (5)
System\ServiceModel\Channels\MtomMessageEncoder.cs (5)
356
XmlDictionaryReader xmlDictionaryReader = XmlDictionaryReader.CreateMtomReader(messageData.Array, messageData.Offset, messageData.Count,
MtomMessageEncoderFactory
.GetSupportedEncodings(), contentType, XmlDictionaryReaderQuotas.Max, int.MaxValue, null);
538
((IXmlMtomReaderInitializer)xmlReader).SetInput(stream,
MtomMessageEncoderFactory
.GetSupportedEncodings(), contentType, this.readerQuotas, this.maxBufferSize, onStreamedReaderClose);
542
xmlReader = XmlDictionaryReader.CreateMtomReader(stream,
MtomMessageEncoderFactory
.GetSupportedEncodings(), contentType, this.readerQuotas, this.maxBufferSize, onStreamedReaderClose);
648
((IXmlMtomReaderInitializer)xmlReader).SetInput(buffer.Array, buffer.Offset, buffer.Count,
MtomMessageEncoderFactory
.GetSupportedEncodings(), ContentType, this.Quotas, this.messageEncoder.MaxBufferSize, onClose);
652
xmlReader = XmlDictionaryReader.CreateMtomReader(buffer.Array, buffer.Offset, buffer.Count,
MtomMessageEncoderFactory
.GetSupportedEncodings(), ContentType, this.Quotas, this.messageEncoder.MaxBufferSize, onClose);