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