2 references to CreateMessage
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
38return CreateMessage(data, XmlDictionaryReaderQuotas.Max, true); // moveBodyReaderToContent is true, for consistency with the other implementations of Message (including the Message base class itself)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (1)
113Message message = ByteStreamMessage.CreateMessage(messageData, this.bufferedReadReaderQuotas, this.moveBodyReaderToContent);