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