3 writes to reply
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
1680this.reply = null; 1717this.reply = this.context.bufferedReply.CreateMessage(); 1724this.reply = this.context.channel.CreateAcknowledgement(this.context.ranges);
3 references to reply
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
1679this.reply.Close(); 1720this.context.ranges, this.reply); 1730IAsyncResult result = thisInnerContext.BeginReply(this.reply, this.timeoutHelper.RemainingTime(), replyCompleteStatic, this);