2 references to ReadStartBody
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (1)
1257
return Message.
ReadStartBody
(reader, this.Version.Envelope, out this.isFault, out this.isEmpty);
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
164
if (Message.
ReadStartBody
(reader, this.InnerMessage.Version.Envelope, out this.isDecryptedBodyFault, out this.isDecryptedBodyEmpty))