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