1 write to messageEncoder
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
617
this.
messageEncoder
= messageEncoder;
8 references to messageEncoder
System.ServiceModel (8)
System\ServiceModel\Channels\MtomMessageEncoder.cs (8)
624
get { return
messageEncoder
; }
629
get { return
messageEncoder
.bufferedReadReaderQuotas; }
634
messageEncoder
.ReturnBufferedData(this);
644
if (ContentType == null ||
messageEncoder
.IsMTOMContentType(ContentType))
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);
663
((IXmlTextReaderInitializer)xmlReader).SetInput(buffer.Array, buffer.Offset, buffer.Count, TextMessageEncoderFactory.GetEncodingFromContentType(ContentType, this.
messageEncoder
.contentEncodingMap), this.Quotas, onClose);
667
xmlReader = XmlDictionaryReader.CreateTextReader(buffer.Array, buffer.Offset, buffer.Count, TextMessageEncoderFactory.GetEncodingFromContentType(ContentType, this.
messageEncoder
.contentEncodingMap), this.Quotas, onClose);