3 writes to contentEncodingMap
System.ServiceModel (3)
System\ServiceModel\Channels\TextMessageEncoder.cs (3)
297
contentEncodingMap
= TextMessageEncoderFactory.Soap12Content;
301
contentEncodingMap
= TextMessageEncoderFactory.Soap11Content;
305
contentEncodingMap
= TextMessageEncoderFactory.SoapNoneContent;
2 references to contentEncodingMap
System.ServiceModel (2)
System\ServiceModel\Channels\TextMessageEncoder.cs (2)
419
messageData.Encoding = GetEncodingFromContentType(contentType, this.
contentEncodingMap
);
452
XmlReader reader = TakeStreamedReader(stream, GetEncodingFromContentType(contentType, this.
contentEncodingMap
));