2 references to CreateMessage
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
22return CreateMessage(stream, 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)
78Message message = ByteStreamMessage.CreateMessage(stream, this.quotas, this.moveBodyReaderToContent);