7 writes to MessageBody
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
676this.requestor.MessageBody = new CreateSequence(this.Settings.MessageVersion.Addressing,
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
173temp.MessageBody = new CloseSequence(this.session.OutputID, this.outputConnection.Last); 190temp.MessageBody = new TerminateSequence(reliableMessagingVersion, this.session.OutputID,
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
144temp.MessageBody = new CloseSequence(this.session.OutputID, this.connection.Last); 162temp.MessageBody = new TerminateSequence(reliableMessagingVersion, this.session.OutputID,
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
138temp.MessageBody = new CloseSequence(this.session.OutputID, this.connection.Last); 159temp.MessageBody = new TerminateSequence(this.settings.ReliableMessagingVersion,