1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1655this.context = thisContext;
12 references to context
System.ServiceModel (12)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (12)
1669RequestContext thisInnerContext = this.context.innerContexts[this.currentContext]; 1713while (this.currentContext < this.context.innerContexts.Count) 1715if (this.context.bufferedReply != null) 1717this.reply = this.context.bufferedReply.CreateMessage(); 1718this.context.channel.PrepareReplyMessage( 1719this.context.replySequenceNumber, this.context.isLastReply, 1720this.context.ranges, this.reply); 1724this.reply = this.context.channel.CreateAcknowledgement(this.context.ranges); 1727RequestContext thisInnerContext = this.context.innerContexts[this.currentContext]; 1728this.context.channel.binder.SetMaskingMode(thisInnerContext, MaskingMode.Handled);