3 references to CreateAcknowledgement
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
690
using (Message reply =
CreateAcknowledgement
(this.connection.Ranges))
1619
reply = this.channel.
CreateAcknowledgement
(this.ranges);
1724
this.reply = this.context.channel.
CreateAcknowledgement
(this.context.ranges);